namespace NovetusLauncher { #region LocalVars class LocalVars { #region Variables public static int Clicks = 0; public static string prevsplash = ""; public static bool launcherInitState = true; #endregion } #endregion }