示例#1
0
 protected override void OnClick(EventArgs e)
 {
     base.OnClick(e);
     UW.ClassroomPresenter.Misc.LicenseForm lf = new UW.ClassroomPresenter.Misc.LicenseForm();
     lf.ShowDialog();
 }
示例#2
0
 protected override void  OnClick(EventArgs e)
 {
     base.OnClick(e);
     UW.ClassroomPresenter.Misc.LicenseForm lf = new UW.ClassroomPresenter.Misc.LicenseForm();
     lf.ShowDialog();
 }