コード例 #1
0
 // Cancel chosen character
 public void CancelCharacter()
 {
     if (stController != null)
     {
         stController.Cancel();
     }
     if (phoneConnection != null)
     {
         phoneConnection.Cancel();
     }
     parentCode.UpdateNavigation(false, this);
 }