protected void Update() { if (updateController == null) { updateController = new SourceTypeController(this.store); } // this.ActivateController (updateController); this.NavigationController.PushViewController(updateController, true); }
protected void Update() { if (updateController == null) updateController = new SourceTypeController (this.store); // this.ActivateController (updateController); this.NavigationController.PushViewController (updateController, true); }