Ejemplo n.º 1
0
 public MyViewController(string nibName, NSBundle bundle, HelloWorldAppDelegate app)
     : base(nibName, bundle)
 {
     this.app = app;
 }
Ejemplo n.º 2
0
 public MyViewController(string nibName, NSBundle bundle, HelloWorldAppDelegate app) : base(nibName, bundle)
 {
     this.app = app;
 }