Beispiel #1
0
 private void OnGotCommand(GotCommandEventArgs e)
 {
     if (GotCommand != null)
     {
         GotCommand(this, e);
     }
 }
Beispiel #2
0
 private void OnGotCommand(GotCommandEventArgs e)
 {
     if(GotCommand!=null)
         GotCommand(this,e);
 }