示例#1
0
 public CustomerGroupSLCollectionView(CustomerGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
示例#2
0
 public CustomerGroupSLEntityView(CustomerGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
示例#3
0
 public CustomerGroupByLangSLView(CustomerGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }