Beispiel #1
0
 public static DB AsyncDB(bool DebugMe = false)
 {
     DB tempDB = new DB(Globals.ConnectionStr());
     tempDB.Debug = DebugMe;
     return tempDB;
 }