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