namespace NovetusURI
{
#region LocalVars
class LocalVars
public static bool ReadyToLaunch = false;
public static string SharedArgs = "";
}
#endregion