コード例 #1
0
 public MachineGroupCostSimVMQueryView(SimulationMachineGroup screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #2
0
 public SimulationMachineGroupDialogView(SimulationMachineGroup screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }