private void InfobtnMain_Click(object sender, EventArgs e) { var info = new FormInformation(); info.Show(); }
private void InfoBtnAllRegions_Click(object sender, EventArgs e) { var info = new FormInformation(); info.Show(); }