예제 #1
0
 public ClipsEngine()
 {
     m_oRuleEngine = new RuleEngine();
     m_stInferResult = new Result();
     m_stInferResult.Init();
 }