Exemplo n.º 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;
 }
Exemplo n.º 2
0
 private void butStandInfo_Click(object sender, EventArgs e)
 {
     Form choseStand = new ChoseStand(this, plot);
     choseStand.Show();
 }