示例#1
0
 /// <summary>
 /// Determines whether this is the first time the launcher starts.
 /// </summary>
 /// <returns><c>true</c> if this is the first time; otherwise, <c>false</c>.</returns>
 public static bool IsInitialStartup()
 {
     // We use an empty file to determine if this is the first launch or not
     return(!File.Exists(ConfigHandler.GetLauncherCookiePath()));
 }