Exemplo n.º 1
0
 /// <summary>
 /// Handle displaying the PropertiesForm when the menu item is clicked on
 /// </summary>
 /// <param name="e">The event arguments </param>
 protected override void OnClick(EventArgs e)
 {
     UW.ClassroomPresenter.Viewer.SSOrganizer.SSOrganizerForm organizer =
         new UW.ClassroomPresenter.Viewer.SSOrganizer.SSOrganizerForm(localModel);
     organizer.ShowDialog();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Handle displaying the PropertiesForm when the menu item is clicked on
 /// </summary>
 /// <param name="e">The event arguments </param>
 protected override void OnClick(EventArgs e)
 {
     UW.ClassroomPresenter.Viewer.SSOrganizer.SSOrganizerForm organizer =
         new UW.ClassroomPresenter.Viewer.SSOrganizer.SSOrganizerForm(localModel);
     organizer.ShowDialog();
 }