예제 #1
0
 protected void OnSaveConfigCommandExecuted(CommandExecutedEventArgs e)
 {
     if (this.SaveConfigCommandExecuted != null)
     {
         SaveConfigCommandExecuted(this, e);
     }
 }
예제 #2
0
 protected void OnSaveConfigCommandExecuted(CommandExecutedEventArgs e)
 {
     if (this.SaveConfigCommandExecuted != null)
     {
         SaveConfigCommandExecuted(this, e);
     }
 }