コード例 #1
0
 public InvoiceTypeGroupSLCollectionView(InvoiceTypeGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #2
0
 public InvoiceTypeGroupSLEntityView(InvoiceTypeGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
コード例 #3
0
 public InvoiceTypeGroupByLangSLView(InvoiceTypeGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }