示例#1
0
 protected void Update()
 {
     if (updateController == null)
     {
         updateController = new SourceTypeController(this.store);
     }
     //	this.ActivateController (updateController);
     this.NavigationController.PushViewController(updateController, true);
 }
示例#2
0
 protected void Update()
 {
     if (updateController == null)
         updateController = new SourceTypeController (this.store);
     //	this.ActivateController (updateController);
     this.NavigationController.PushViewController (updateController, true);
 }