コード例 #1
0
 public static bool Get(string url, out ImportData columns)
 {
     return(excelColumnMaps.TryGetValue(url, out columns));
 }