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