Beispiel #1
0
 private static UnigrationData LoadData(string path)
 {
     return(XmlWrapper.Load <UnigrationData>(
                File.ReadAllText(path)));
 }
Beispiel #2
0
 private static UnigrationNode LoadNode(string path)
 {
     return(XmlWrapper.Load <UnigrationNode>(
                File.ReadAllText(path)));
 }