private void button2_Click(object sender, EventArgs e) { VtoryeBludaForm vtorblud = new VtoryeBludaForm(); vtorblud.Show(); Hide(); }
private void button2_Click(object sender, EventArgs e) { VtoryeBludaForm vtorblud = new VtoryeBludaForm(); vtorblud.EatAdded += this.Show_list1; vtorblud.CountAdded += this.Show_Count; vtorblud.Show(); }