Example #1
0
 public static GlobalPreferences instance()
 {
     if (_instance == null)
         _instance = new GlobalPreferences();
     return _instance;
 }
Example #2
0
 public WDS_Preferences()
 {
     this.InitializeComponent();
     this.grbLang.Enabled = false;
     this._prefs = GlobalPreferences.instance();
 }