25 using System.Collections.Generic;
26 using System.Reflection;
27 using MonoTouch.Foundation;
28 using MonoTouch.UIKit;
29 using MonoTouch.NUnit.UI;
31 namespace SiliconStudio.Tests
35 static void Main(
string[] args)
37 UIApplication.Main(args, null,
"AppDelegate");
41 [Register(
"AppDelegate")]
49 window =
new UIWindow(UIScreen.MainScreen.Bounds);
50 runner =
new TouchRunner(window);
53 runner.Add(System.Reflection.Assembly.GetExecutingAssembly());
55 window.RootViewController =
new UINavigationController(runner.GetViewController());
56 window.MakeKeyAndVisible();
override bool FinishedLaunching(UIApplication app, NSDictionary options)