Beispiel #1
0
 public bool PrePropagate(AgGatorPluginResultState result)
 {
     return(true);
 }
Beispiel #2
0
 public bool PreNextStep(AgGatorPluginResultState state)
 {
     return(true);
 }
Beispiel #3
0
 public bool Update(AgGatorPluginResultState result)
 {
     return(true);
 }