Example #1
0
        private void button_app_Click(object sender, EventArgs e)
        {
            this.Hide();
            appSettings appSForm = new appSettings();

            appSForm.ShowDialog();
        }