예제 #1
0
 public WebLoadHandler(ScreenshotCore core)
 {
     this.core = core;
 }
 public ScreenshotRenderHandler(ScreenshotCore core, int screenWidth, int screenHeight)
 {
     this.core = core;
     this.screenWidth = screenWidth;
     this.screenHeight = screenHeight;
 }
 public ScreenshotRenderHandler(ScreenshotCore core, int screenWidth, int screenHeight)
 {
     this.core         = core;
     this.screenWidth  = screenWidth;
     this.screenHeight = screenHeight;
 }
예제 #4
0
 public WebLoadHandler(ScreenshotCore core)
 {
     this.core = core;
 }
예제 #5
0
 public WebLifeSpanHandler(ScreenshotCore core)
 {
     this.core = core;
 }
 public WebLifeSpanHandler(ScreenshotCore core)
 {
     this.core = core;
 }