Example #1
0
        private void materialRaisedButton1_Click(object sender, EventArgs e)
        {
            AuthicationLogin autor = new AuthicationLogin();

            autor.Show();
            this.Close();
        }
Example #2
0
        private void mbLoginOne_Click(object sender, EventArgs e)
        {
            //Форма авторизации
            AuthicationLogin fl = new AuthicationLogin();

            fl.Show();
            fl.MdiParent = null;
            this.Close();
        }