예제 #1
0
 private void onAboutMenuItemClick(object sender, System.EventArgs e)
 {
     Misc.AboutForm af = new UW.ClassroomPresenter.Misc.AboutForm();
     af.ShowDialog();
 }
예제 #2
0
 private void onAboutMenuItemClick(object sender, System.EventArgs e)
 {
     Misc.AboutForm af = new UW.ClassroomPresenter.Misc.AboutForm();
     af.ShowDialog();
 }
예제 #3
0
 protected override void OnClick(EventArgs e)
 {
     base.OnClick(e);
     UW.ClassroomPresenter.Misc.AboutForm af = new UW.ClassroomPresenter.Misc.AboutForm();
     af.ShowDialog();
 }
예제 #4
0
 protected override void OnClick(EventArgs e)
 {
     base.OnClick(e);
     UW.ClassroomPresenter.Misc.AboutForm af = new UW.ClassroomPresenter.Misc.AboutForm();
     af.ShowDialog();
 }