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