public void Draw() { draw.Seating(canvasGallery, CONSTS.GALLERY.Length, gallerySeating); draw.Row(canvasGalleryRows, CONSTS.GALLERY); draw.Seats(canvasGallerySeats); }
public void Draw() { draw.Seating(canvasGods, CONSTS.GODS.Length, godsSeating); draw.Row(canvasGodsRows, CONSTS.GODS); draw.Seats(canvasGodsSeats); }