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