BarcodeTesting.AppDelegate.CreatePhoneGui C# (CSharp) Method

CreatePhoneGui() private method

private CreatePhoneGui ( ) : void
return void
        private void CreatePhoneGui()
        {
            // Create the tabs
            TabBar = new TabBarController();
            MainView = TabBar.View;
            // Add the navigation controller as a subview
            window.AddSubview(MainView);
        }