示例#1
0
 public ShopfloorDocumentationQueryView(ShopfloorDocumentation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
示例#2
0
 public StatusLegendDialogView(ShopfloorDocumentation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }