Exemplo n.º 1
0
 public ConfigHelper(FlowBaseControl driver)
 {
     _driver = driver;
 }
Exemplo n.º 2
0
 public DBHelper(FlowBaseControl control)
 {
     _control = control;
 }