Example #1
0
 public SQLiteOper()
 {
     sconn = new SQLiteConn();
     sconn.ConnectSQLite();
 }