Ejemplo n.º 1
0
        private void imageButton1_Click(object sender, EventArgs e)
        {
            ComomClass.PlaySound();
            this.Close();
            FormServiceSelection from = new FormServiceSelection();

            from.Show();
        }
Ejemplo n.º 2
0
        private void ButtonKorean_Click(object sender, EventArgs e)
        {
            waitForm.Show(this);
            ComomClass.PlaySound();

            this.Hide();
            // FormServiceInfo from = new FormServiceInfo();
            FormServiceSelection from = new FormServiceSelection();

            from.Show();
            waitForm.Close();
        }