Ejemplo n.º 1
0
 void connectionService_IsExecutingChanged(object sender, IsExecutingEventArgs e)
 {
     isExecuting = e.IsExecuting;
     CheckEnableCondition();
 }
Ejemplo n.º 2
0
 void connectionService_IsExecutingChanged(object sender, IsExecutingEventArgs e)
 {
     SetEnableCondition(e.IsExecuting);
 }
Ejemplo n.º 3
0
 void connectionService_IsExecutingChanged(object sender, IsExecutingEventArgs e)
 {
     (VisibleCondition as ConcreteCondition).SetCondition(e.IsExecuting);
 }