Beispiel #1
0
 private void CoutingTable_Load(object sender, EventArgs e)
 {
     plot = new Plot(1, 1);
     Form choseStand = new ChoseStand(this, plot);
     choseStand.Show();
     choseStand.TopMost = true;
 }
Beispiel #2
0
 private void butStandInfo_Click(object sender, EventArgs e)
 {
     Form choseStand = new ChoseStand(this, plot);
     choseStand.Show();
 }