Save() public method

public Save ( string strAppData ) : bool
strAppData string
return bool
Exemplo n.º 1
0
 // Overridable method to call Save in the 'settings' object.
 protected virtual void SaveSettings()
 {
     settings.Save(strAppData);
 }