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

            q.Show();
            this.Hide();
        }
        private void menu_Click(object sender, EventArgs e)
        {
            QuickPC pc = new QuickPC();

            pc.Show();
            this.Close();
        }