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