Example #1
0
 public static IElementModel ReadRule(string rulePath)
 {
     return(LoadAdapterUtility.LoadModel(rulePath));
 }
Example #2
0
 public static IElementModel ReadRule(string rulePath)
 {
     return(LoadAdapterUtility.LoadNavigableSource(rulePath).GetElementModels(0).First());
 }