Example #1
0
        private void Buy_Click(object sender, EventArgs e)
        {
            EndingForm2 end = new EndingForm2();

            end.Get(this);
            end.Buy_Show();
            end.Show();
        }
Example #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            EndingForm2 tf = new EndingForm2();

            tf.Show();
        }