コード例 #1
0
ファイル: MainForm.cs プロジェクト: azhi/BSUIR_labs
 private void btnCont_Click(object sender, EventArgs e)
 {
     Dialogs.ContDialog cd = new Dialogs.ContDialog(this);
     cd.ShowDialog();
 }
コード例 #2
0
 private void btnCont_Click(object sender, EventArgs e)
 {
     Dialogs.ContDialog cd = new Dialogs.ContDialog(this);
     cd.ShowDialog();
 }