コード例 #1
0
 public static IElementModel ReadRule(string rulePath)
 {
     return(LoadAdapterUtility.LoadModel(rulePath));
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: farzadrabiee/Samples-v8
 public static IElementModel ReadRule(string rulePath)
 {
     return(LoadAdapterUtility.LoadNavigableSource(rulePath).GetElementModels(0).First());
 }