Beispiel #1
0
 public static string BackDataBase(string btype)
 {
     string r = "F";
     if (ism.BackUpDateBase(btype) != 0)
     {
         r = "S";
     }
     else
     {
         r = "F";
     }
     return r;
 }