Example #1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            //this.Hide();
            Contact_Suppot x = new Contact_Suppot();

            x.Show();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            Contact_Suppot x = new Contact_Suppot();

            x.Show();
        }