예제 #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();
 }