Commit b30a5aa7 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 SysParam.Save()

parent 1131b035
......@@ -42,7 +42,11 @@ namespace FLY.Thick.Base.Server
bool ret = Misc.SaveToXmlHepler.Load(param_path, this);
return ret;
}
public bool Save()
{
bool ret = Misc.SaveToXmlHepler.Save(param_path, this);
return ret;
}
#region INotifyPropertyChanged 成员
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment