示例#1
0
 /// <summary>
 /// Clears the settings service contents.
 /// </summary>
 private void Clear()
 {
     //TODO: implement Clear
     globalSettings = new GlobalSettings();
     globalSettings.Clear();
 }