private void FmMain_Load(object sender, EventArgs e) { try { Victorina.ReadSettings(); Victorina.ReadMusic(); } catch { MessageBox.Show("Something is wrong.Maybe you not set all settings." + "Before play, go to settings and check all property."); } }
private void fMain_Load(object sender, EventArgs e) { Victorina.ReadParam(); Victorina.ReadMusic(); }
private void Form1_Load(object sender, EventArgs e) { Victorina.ReadParams(); Victorina.ReadMusic(); }