public NavViewController() { oUser = new cPerson(); if (UIDevice.CurrentDevice.UserInterfaceIdiom == UIUserInterfaceIdiom.Pad) { PhysicaliPadVC = new cPhysicaliPadVC(oUser); PushViewController(PhysicaliPadVC, true); } else { PhysicalViewController = new cPhysicalVC(oUser); PushViewController(PhysicalViewController, true); } }
public NavViewController () { oUser = new cPerson (); PhysicalViewController = new cPhysicalVC (oUser); PushViewController (PhysicalViewController, true); }
public NavViewController() { oUser = new cPerson(); PhysicalViewController = new cPhysicalVC(oUser); PushViewController(PhysicalViewController, true); }