Ejemplo n.º 1
0
 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.");
     }
 }
Ejemplo n.º 2
0
 private void fMain_Load(object sender, EventArgs e)
 {
     Victorina.ReadParam();
     Victorina.ReadMusic();
 }
Ejemplo n.º 3
0
 private void Form1_Load(object sender, EventArgs e)
 {
     Victorina.ReadParams();
     Victorina.ReadMusic();
 }