Exemplo n.º 1
0
 public HabitAgent()
 {
     _containerType = ePatternList.HABIT;
 }
Exemplo n.º 2
0
 public TrigerAgent()
 {
     _containerType = ePatternList.TRIGER;
 }