コード例 #1
0
 static void Controller_RemoveLibraryItemEvent(object sender, RemoveLibraryEventArgs e)
 {
     if (e.Type == LibraryType.TimeSliceGroup && _timeSliceControl != null)
     {
         _timeSliceControl.LoadGroup();
         _timeSliceControl.EnableEditButtonState();
     }
 }
コード例 #2
0
 void Controller_RemoveLibraryItemEvent(object sender, RemoveLibraryEventArgs e)
 {
     if (e.Type == LibraryType.TimeSliceGroup)
     {
         LoadGroup();
     }
     //throw new NotImplementedException();
 }