Example #1
0
 void OnAddInstClicked(AddInstAction action)
 {
     if (AddInstClicked != null)
     {
         AddInstClicked(this, new AddInstEventArgs(action));
     }
 }
Example #2
0
 public AddInstEventArgs(AddInstAction action)
 {
     this.Action = action;
 }
Example #3
0
 void OnAddInstClicked(AddInstAction action)
 {
     if (AddInstClicked != null)
         AddInstClicked(this, new AddInstEventArgs(action));
 }
Example #4
0
 public AddInstEventArgs(AddInstAction action)
 {
     this.Action = action;
 }