コード例 #1
0
 internal StateArgs(StateArgs stateArgs) : this(stateArgs.EventLog)
 {
 }
コード例 #2
0
 protected abstract State DoWork(StateArgs stateArgs);