Example #1
0
        public static void Main(string[] args)
        {
            SmartSweepersApplication smartSweepers = new SmartSweepersApplication(640, 480);

            smartSweepers.Title = "Smart Sweepers";
            smartSweepers.ShowAsSystemWindow();
        }
Example #2
0
		public static void Main(string[] args)
		{
			SmartSweepersApplication smartSweepers = new SmartSweepersApplication(640, 480);

			smartSweepers.Title = "Smart Sweepers";
			smartSweepers.ShowAsSystemWindow();
		}