private void onAboutMenuItemClick(object sender, System.EventArgs e) { Misc.AboutForm af = new UW.ClassroomPresenter.Misc.AboutForm(); af.ShowDialog(); }
protected override void OnClick(EventArgs e) { base.OnClick(e); UW.ClassroomPresenter.Misc.AboutForm af = new UW.ClassroomPresenter.Misc.AboutForm(); af.ShowDialog(); }