Ejemplo n.º 1
0
 internal StateArgs(StateArgs stateArgs) : this(stateArgs.EventLog)
 {
 }
Ejemplo n.º 2
0
 protected abstract State DoWork(StateArgs stateArgs);