示例#1
0
 static public CardRepository Create(string xmlPath)
 {
     return(XmlSearializeHelper <CardRepository> .DeSearialize(xmlPath));
 }
示例#2
0
 static public RuntimeData Create(string xmlPath)
 {
     return(XmlSearializeHelper <RuntimeData> .DeSearialize(xmlPath));
 }