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