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