Beispiel #1
0
        public Form1()
        {
            InitializeComponent();

            //change to login screen
            LoginScreen ls = new LoginScreen();
            this.Controls.Add(ls);
        }