コード例 #1
0
ファイル: Startup.cs プロジェクト: philstopford/Eto
        // This is the main entry point of the application.
        static void Main(string[] args)
        {
            var platform = new Eto.iOS.Platform();
            var app      = new TestApplication(platform);

            app.Run();
        }
コード例 #2
0
ファイル: Startup.cs プロジェクト: mhusen/Eto
		// This is the main entry point of the application.
		static void Main(string[] args)
		{
			var platform = new Eto.iOS.Platform();
			var app = new TestApplication(platform);
			app.Run();
		}