예제 #1
0
 private void OnEnableGameStatistic(DialogMessageBox.BoxButton button)
 {
     this.source_OnEnableGameStatistic(button);
 }
예제 #2
0
 public static void CloseMessageBox(DialogMessageBox.BoxButton btn)
 {
 }
예제 #3
0
 private void source_OnEnableGameStatistic(DialogMessageBox.BoxButton button)
 {
     throw new DeadEndException("source_OnEnableGameStatistic");
 }