示例#1
0
        public Form1()
        {
            InitializeComponent();

            LoginScreen LS = new LoginScreen();

            this.Controls.Add(LS);
        }