- currentController = new ChoicesScreen(this.window.Handle);
- window.AddSubview (currentController.View);
- window.MakeKeyAndVisible();
- currentController = new ChoicesScreen(this.window.Handle);
- currentController.View.Frame = new System.Drawing.RectangleF(0, 0, 320, 480);
- window.AddSubview (currentController.View);
- window.MakeKeyAndVisible();