public Gallery(Graphics canvasGallery, Graphics canvasGalleryRows, Graphics canvasGallerySeats, bool[,] gallerySeating) { this.canvasGallery = canvasGallery; this.canvasGalleryRows = canvasGalleryRows; this.canvasGallerySeats = canvasGallerySeats; this.gallerySeating = gallerySeating; this.draw = new Draw(); }
public Gods(Graphics canvasGods, Graphics canvasGodsRows, Graphics canvasGodsSeats, bool[,] godsSeating) { this.canvasGods = canvasGods; this.canvasGodsRows = canvasGodsRows; this.canvasGodsSeats = canvasGodsSeats; this.godsSeating = godsSeating; this.draw = new Draw(); }