Пример #1
0
 /// <summary>
 /// Cleanly logs out of the platform
 /// </summary>
 private static void Logout()
 {
     Enjin.CleanUpPlatform();
     SelectedAppIndex = 0;
 }