public DialogEditFixedTiles(int tiles) : this() { Grid = new DrawingAreaGrid() { Tiles = tiles }; VBox.PackEnd(Grid, true, true, 6); Grid.Show(); }