Ejemplo n.º 1
0
 public ViewController(IntPtr handle)
     : base(handle)
 {
     this.buttons = new List<LightButton>();
     this.controller = new SimonController(this);
 }
Ejemplo n.º 2
0
 public ViewController(IntPtr handle) : base(handle)
 {
     this.buttons    = new List <LightButton>();
     this.controller = new SimonController(this);
 }