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