Exemplo n.º 1
0
 private void OnExecuteCommand(ExecuteCommandEventArgs e)
 {
     if (ExecuteCommand != null)
     {
         ExecuteCommand(this, e);
     }
 }
Exemplo n.º 2
0
 void controller_ExecuteCommand(object sender, ExecuteCommandEventArgs e)
 {
     if (ExecuteCommand != null)
     {
         ExecuteCommand(this, e);
     }
 }