Example #1
0
 public IGroupExtra DialogBoxLauncher(Action <IGroupDialogBox> dialogBox)
 {
     boxLauncher = new Controls();
     dialogBox.Invoke(boxLauncher);
     return(this);
 }
Example #2
0
 public IGroupExtra DialogBoxLauncher(Action<IGroupDialogBox> dialogBox)
 {
     boxLauncher = new Controls();
     dialogBox.Invoke(boxLauncher);
     return this;
 }