Ejemplo n.º 1
0
 protected void OnSaveConfigCommandExecuted(CommandExecutedEventArgs e)
 {
     if (this.SaveConfigCommandExecuted != null)
     {
         SaveConfigCommandExecuted(this, e);
     }
 }
Ejemplo n.º 2
0
 protected void OnSaveConfigCommandExecuted(CommandExecutedEventArgs e)
 {
     if (this.SaveConfigCommandExecuted != null)
     {
         SaveConfigCommandExecuted(this, e);
     }
 }