private void butSwSC_Click(object sender, EventArgs e) { Form sc = new SiteClass(plot, "Sw", Plot.Sw_AGS, this); sc.Show(); }
private void butPrSC_Click(object sender, EventArgs e) { Form sc = new SiteClass(plot, "Pr", Plot.Pr_AGS, this); sc.Show(); }
private void butMsSC_Click(object sender, EventArgs e) { Form sc = new SiteClass(plot, "Ms", Plot.Ms_AGS, this); sc.Show(); }
private void butLtSC_Click(object sender, EventArgs e) { Form sc = new SiteClass(plot, "Lt", Plot.Lt_AGS, this); sc.Show(); }
private void butHeSC_Click(object sender, EventArgs e) { Form sc = new SiteClass(plot, "He", Plot.He_AGS, this); sc.Show(); }
private void butBySC_Click(object sender, EventArgs e) { Form sc = new SiteClass(plot, "By", Plot.By_AGS, this); sc.Show(); }