public HouseForm(Android aroid) { this.aroid = aroid; InitializeComponent(); }
int win = 0; // Numbers of wins for Human Player. /// <summary> /// Constructor for a Dealer Class(Controller) /// </summary> /// <param name="h"></param> /// <param name="a"></param> public Dealer(Human h, Android a) { this.guestPlayer = h; this.housePlayer = a; }