コード例 #1
0
 public override void ViewDidLoad()
 {
     base.ViewDidLoad();
     // Perform any additional setup after loading the view, typically from a nib.
     string something = ApiFactory.GetSomething();
 }