Ejemplo n.º 1
0
 public OpenWindowCommand(Action <object> execute, Func <object, bool> canExecute, ServiceLogVM main) : base(execute, canExecute)
 {
 }
Ejemplo n.º 2
0
 public OpenWindowCommand(Action <object> execute, ServiceLogVM main) : base(execute)
 {
 }