Example #1
0
        private void btnAboutUs_Click(object sender, EventArgs e)
        {
            var aboutus = new AboutUsForm();

            aboutus.ShowDialog();
        }
Example #2
0
        private void btnAboutus_Click(object sender, EventArgs e)
        {
            var about = new AboutUsForm();

            about.Show();
        }