private void labelShowAllAparments_Click(object sender, EventArgs e) { FormAllProperties formAllProperties = new FormAllProperties(false); formAllProperties.ShowDialog(); }
private void labelShowAllHouses_Click(object sender, EventArgs e) { FormAllProperties formAllProperties = new FormAllProperties(true); formAllProperties.ShowDialog(); }