Example #1
0
 /// <summary>
 /// Instantiates the non-static sqlBase that holds the DB connection
 /// </summary>
 static SQL()
 {
     sqlBase = new SQLBase();
       sqlBase.UpdateVersion();
 }