Example #1
0
        public static void TheInstance()
        {
            Trace.WriteLine("FSplash: TheInstance called.");
            if (theInstance == null)
            {
                theInstance = new FSplash();
            }

            Application.Run(theInstance);
        }
Example #2
0
		public static void TheInstance()
		{
			Trace.WriteLine("FSplash: TheInstance called.");
			if (theInstance == null)
				theInstance = new FSplash();

			Application.Run(theInstance);
		}