Beispiel #1
0
 public TableComponent(TableLocators locatiors)
 {
     this.locators = locatiors;
 }
Beispiel #2
0
 public TableComponent()
 {
     locators = new TableLocators();
 }