示例#1
0
 public CreateReportStep(IWin32 env)
 {
     this.env = env;
 }
示例#2
0
 public Runner(IStepManager step, IWin32 env, IOptions <Point> options)
 {
     this.step    = step;
     this.env     = env;
     this.options = options;
 }
示例#3
0
 public SetDateStep(IWin32 env, IOptions <Point> configuration)
 {
     this.env = env;
     point    = configuration.Value;
 }