Ejemplo n.º 1
0
 public Settings()
 {
     _General  = new GeneralSettings();
     _Graphics = new GraphicsSettings();
     _Audio    = new AudioSettings();
     _Controls = new ControlsSettings();
 }
Ejemplo n.º 2
0
 private GraphicsSettings(GraphicsSettings source) : this()
 {
     CopySettingsFrom(source);
 }