예제 #1
0
 public void PerformAction(IBoxHost host, Domain.Box.Box box, IBoxHostController controller)
 {
     host.ChangeWindowState(BoxHostFormState.Minimized);
 }
예제 #2
0
 public void PerformAction(IBoxHost host, Domain.Box.Box box, IBoxHostController controller)
 {
     controller.StopBox("", box.Name);
 }