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