internal StateArgs(StateArgs stateArgs) : this(stateArgs.EventLog)
 {
 }
Exemple #2
0
 protected abstract State DoWork(StateArgs stateArgs);