public static void Initialize(MXApplication theApp, UIApplicationDelegate appDelegate, UIWindow window) { // initialize the application and hold a reference for a bit MXSlideoutContainer thisContainer = new MXSlideoutContainer(theApp, appDelegate, window); MXContainer.InitializeContainer(thisContainer); thisContainer.StartApplication(); }