Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            SmartSweepersApplication smartSweepers = new SmartSweepersApplication(640, 480);

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

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