コード例 #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Autentification af = new Autentification();

            af.Show();
            Close();
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: bodrug98/VideoPerformance
        private void button3_Click(object sender, EventArgs e)
        {
            Autentification.sessionUser = "";
            Autentification at = new Autentification();

            at.Show();
            Hide();
        }