private void mapConstructorButton_Click(object sender, EventArgs e) { map map = new map(); mapConstructorLabel.Text = "Da map has been initalized"; }