Пример #1
0
        private void ideasFeedbackToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ContactUs cu = new ContactUs("Ideas/Feedback");

            cu.Show();
        }
Пример #2
0
        private void technicalSupportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ContactUs cu = new ContactUs("Technical Support");

            cu.Show();
        }