Ejemplo n.º 1
0
 public void LoadDefaults()
 {
     RCON = new RemoteConsole();
     AutomaticShutdown = new AutomaticShutdown();
     WebConfigurations = new WebConfigurations();
     WebPermissions    = new WebPermissions();
     LanguageCode      = "en";
     MaxFrames         = 60;
 }
Ejemplo n.º 2
0
 public void LoadDefaults()
 {
     RCON = new RemoteConsole();
     AutomaticShutdown = new AutomaticShutdown();
     WebConfigurations = new WebConfigurations();
     WebPermissions = new WebPermissions();
     LanguageCode = "en";
     MaxFrames = 60;
 }