private void imageButton1_Click(object sender, EventArgs e) { ComomClass.PlaySound(); this.Close(); FormServiceSelection from = new FormServiceSelection(); from.Show(); }
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(); }