コード例 #1
0
ファイル: SmartSweepers.cs プロジェクト: asmboom/PixelFarm
        public static void Main(string[] args)
        {
            SmartSweepersApplication smartSweepers = new SmartSweepersApplication(640, 480);

            smartSweepers.Title = "Smart Sweepers";
            smartSweepers.ShowAsSystemWindow();
        }
コード例 #2
0
ファイル: SmartSweepers.cs プロジェクト: glocklueng/agg-sharp
		public static void Main(string[] args)
		{
			SmartSweepersApplication smartSweepers = new SmartSweepersApplication(640, 480);

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