Пример #1
0
 /// <summary>
 /// Tells the MainApp that the initial screen was acknowledged.
 /// Called when the "Touch to start" button of the initial screen is pressed.
 /// </summary>
 public void OnAppAcknowledged()
 {
     mainApp.AppAcknowledged();
 }