コード例 #1
0
 public static DanfeViewModel CreateFromXmlString(String xml)
 {
     return(DanfeViewModelCreator.CreateFromXmlString(xml));
 }
コード例 #2
0
 public static DanfeViewModel CreateFromXmlFile(String path)
 {
     return(DanfeViewModelCreator.CreateFromXmlFile(path));
 }