using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Test_AzinMotion { public class Setting : arUtil.Setting { public override void AfterLoad() { //throw new NotImplementedException();// } public override void AfterSave() { //throw new NotImplementedException(); } } }