Exemple #1
0
 public iPadView(iPadViewController parent)
 {
     graphVc = new GraphViewController();
     tableVc = new TableViewController();
     parent.AddChildViewController(graphVc);
     parent.AddChildViewController(tableVc);
     this.AddSubview(graphVc.View);
     this.AddSubview(tableVc.View);
 }
Exemple #2
0
 public iPadView(iPadViewController parent)
 {
     graphVc = new GraphViewController();
     tableVc = new TableViewController();
     parent.AddChildViewController(graphVc);
     parent.AddChildViewController(tableVc);
     this.AddSubview(graphVc.View);
     this.AddSubview(tableVc.View);
 }