Exemplo n.º 1
0
 public static void Unload()
 {
     SettingsInterface.Dispose();
     OverlayInterface.Dispose();
     SettingsInterface = null;
     OverlayInterface  = null;
 }
Exemplo n.º 2
0
 public static void Load()
 {
     SettingsInterface = new UserInterfaceSettings("Settings");
     OverlayInterface  = new UserInterfaceOverlay("Overlay");
 }