Exemple #1
0
 // methods
 public static void ReloadAll()
 {
     engine.StopSound(true);
     WindowSettings.GUI.SetupAllValues();
     SoundElement.RefontAllElements();
     SoundElement.RetextAllElements();
     WindowSettings.DeviceButton.ReloadDeviceButtons();
     MainFrame.UpdateElements();
 }