Example #1
0
        private void contactUsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Contact_Us con = new Contact_Us();

            con.MdiParent = this;
            con.Show();
        }
Example #2
0
        private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Contact_Us tc = new Contact_Us();

            tc.Show();
        }