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