Exemplo n.º 1
0
 public ZoneSLCollectionView(ZoneSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 2
0
 public ZoneSLEntityView(ZoneSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 3
0
 public ZoneCommercialAgentSLView(ZoneSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }