Exemple #1
0
 public static void ToTxtFile(this IList list, string fullFileName, bool showColumnName = false)
 {
     TxtHelper.ObjectListToTxt(fullFileName, list, showColumnName);
 }