Example #1
0
 /// <summary>
 /// Write the Settings to the Disk
 /// </summary>
 public void Flush()
 {
     if (reg != null)
     {
         reg.Flush();
     }
 }
Example #2
0
 /// <summary>
 /// Write Changes
 /// </summary>
 internal void Flush()
 {
     reg.Flush();
 }