コード例 #1
0
 public MaterialAllocationReservesView(ProProMaterialAllocation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #2
0
 public ProProMaterialAllocationQueryView(ProProMaterialAllocation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #3
0
 public WizardChildDialogView(ProProMaterialAllocation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }