コード例 #1
0
 public static bool ExportToCSV(string filePath, object[][] data)
 {
     ImportExport.ExportCSV(filePath, data);
     return(true);
 }