コード例 #1
0
ファイル: Tienich.cs プロジェクト: heozung/Catch.Up.With
 private void button8_Click(object sender, EventArgs e)
 {
     MenuLogin frm = new MenuLogin();
     frm.MdiParent = this.ParentForm;
     this.Close();
     frm.Show();
 }
コード例 #2
0
ファイル: Register.cs プロジェクト: heozung/Catch.Up.With
 private void button2_Click(object sender, EventArgs e)
 {
     this.DialogResult = DialogResult.Cancel;
     MenuLogin frm = new MenuLogin();
     frm.MdiParent = this.ParentForm;
     this.Close();
     frm.Show();
 }