private void levelSix1_Click(object sender, EventArgs e) { L1_L6 L1_L6 = new L1_L6(); SoundClass.PlayBackground(); L1_L6.ShowDialog(); }
private void label15_Click(object sender, EventArgs e) { L1_L6 LF = new L1_L6(); timer1.Stop(); LF.ShowDialog(); this.Close(); }
private void button1_Click(object sender, EventArgs e) { ProgressClass.progressMass[0, 4] = 1; ProgressClass.timeMass[0, 4] = date.ToString("m:ss"); L1_L6 L1_L6 = new L1_L6(); this.Hide(); L1_L6.ShowDialog(); }