Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            VtoryeBludaForm vtorblud = new VtoryeBludaForm();

            vtorblud.Show();
            Hide();
        }
Example #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            VtoryeBludaForm vtorblud = new VtoryeBludaForm();

            vtorblud.EatAdded   += this.Show_list1;
            vtorblud.CountAdded += this.Show_Count;
            vtorblud.Show();
        }