コード例 #1
0
 /**
  * Callback for the quit button.
  */
 public void OnQuitButtonClicked()
 {
     // Quit the application
     mode.QuitApplication();
 }