• This project
    • Loading...
  • Sign in

tao.mo / DMSSSO

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • DMSSSO
  • DMSSSOAgent
  • DMSSSOConfig.cs
  • tao.mo's avatar
    GIT新建项目 · ce46de28
    ce46de28 Browse Files
    tao.mo authored 2020-03-26 15:44:33 +0800
DMSSSOConfig.cs 337 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace DMSSSOAgent
{
    public partial class DMSSSOConfig : Form
    {
        public DMSSSOConfig()
        {
            InitializeComponent();
        }
    }
}