Exemplo n.º 1
0
 public MySqlClient()
 {
     conStr = DBCONFIG.getConnectionString(DbSchema.SIMPLE);
     tS = toString;
     rQ = removeQuotes;
     InvocationMethod = new AsyncAddinInvocationMethod(this);
 }
Exemplo n.º 2
0
 public AsyncTestAddin()
 {
     InvocationMethod = new AsyncAddinInvocationMethod(this);
 }
Exemplo n.º 3
0
 public AsyncTestAddin()
 {
     InvocationMethod = new AsyncAddinInvocationMethod(this);
 }