public bool Save(string filePath) { FilePath = filePath; ApplicationVersion = Application.ProductVersion; return(SettingsHelper.Save(this, FilePath, SerializationType)); }
public void Save(Stream stream) { SettingsHelper.Save(this, stream, SerializationType); }