public ViewController(IntPtr handle) : base(handle) { this.buttons = new List<LightButton>(); this.controller = new SimonController(this); }
public ViewController(IntPtr handle) : base(handle) { this.buttons = new List <LightButton>(); this.controller = new SimonController(this); }