예제 #1
0
 private void ItemsRemovedEventHandler(object sender, Microsoft.Practices.CompositeUI.Utility.DataEventArgs <object> e)
 {
     if (e.Data == _view)
     {
         WorkItem.Items.Remove(this);
     }
 }
예제 #2
0
 public void OnD9030_F9030_DeleteSliceInformation(object sender, Microsoft.Practices.CompositeUI.Utility.DataEventArgs <int> eventArgs)
 {
     this.operation = 4;
     this.ClearHighlighting();
     this.DeleteLabel.Text      = "Delete = True";
     this.DeleteLabel.ForeColor = Color.Red;
     this.OperationTestAlertTimer.Start();
 }
예제 #3
0
 public void OnD9030_F9030_EnableNewMethod(object sender, Microsoft.Practices.CompositeUI.Utility.DataEventArgs <int> eventArgs)
 {
     this.operation = 1;
     this.ClearHighlighting();
     this.NewLabel.Text      = "New = True";
     this.NewLabel.ForeColor = Color.Red;
     this.OperationTestAlertTimer.Start();
 }