コード例 #1
0
 public static void DeleteFile(string companycd, string filename)
 {
     ProductInfoDBHelper.DeleteFile(companycd, filename);
 }