Beispiel #1
0
 private object[] LastEnterTime(string PersonName, string Month)
 {
     xmlfileinformation = new XmlFileInformation();
     return(xmlfileinformation.LastTimeEnter(PersonName, Month));
 }
Beispiel #2
0
 private DateTime AddNewInfomationXmlFile(string PersonName, string Month, object[] EnterTimeParseObject, int index)
 {
     xmlfileinformation = new XmlFileInformation();
     return(xmlfileinformation.AddNewInformationXml(PersonName, Month, EnterTimeParseObject, index));
 }