Beispiel #1
0
 private static void InsertData(Po obj, string newDB)
 {
     if (CheckData(obj, newDB) == false)
     {
         CPo.Insert(obj, new DAL());
     }
     ;
 }