コード例 #1
0
 public QuotationLotGeneralOverchargeDetailViewModelDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #2
0
 public QuotationLotSLView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #3
0
 public DeleteQuotationLotDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #4
0
 public QuotationLotOtherCostCostDetailViewModelDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #5
0
 public CreateNewQuotationLotDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }