Esempio n. 1
0
        // 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();
        }
Esempio n. 2
0
		// 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();
		}