コード例 #1
0
ファイル: Tacgia.cs プロジェクト: vutuanhai237/Math_Tool
        private void simpleButton7_Click(object sender, EventArgs e)
        {
            this.Close();
            Gmail fr = new Gmail();

            fr.ShowDialog();
        }
コード例 #2
0
        private void gmail_Click(object sender, EventArgs e)
        {
            Gmail fr = new Gmail();

            fr.ShowDialog();
        }