示例#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();
 }