示例#1
0
        public bool ReadFromXML()
        {
            FileIOInvoker invoker = FileIOInvoker.CreateFromRelativeFullPath(".\\config\\SalarPlan.xml");

            return(invoker.ExecuteReadCommand(Entry));
        }
示例#2
0
        public void SaveToXML()
        {
            FileIOInvoker invoker = FileIOInvoker.CreateFromRelativeFullPath(".\\config\\SalarPlan.xml");

            invoker.ExecuteWriteCommand(Entry);
        }