Exemple #1
0
 public bool ExportTxt(string filePath)
 {
     if (!BLLCommon.SaveTxt(filePath, ListStatus.ToArray()))
     {
         return(false);
     }
     return(true);
 }