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