Exemplo n.º 1
0
 public PageBase()
 {
     PageOne = new PageOne();
 }
Exemplo n.º 2
0
 public static void init()
 {
     Page  = new PageOne();
     Page2 = new PageTwo();
 }
Exemplo n.º 3
0
 public PageTwo Goto()
 {
     PageOne.NavigatetoIndustriesPage();
     return(this);
 }