コード例 #1
0
 private string GetConfigPath()
 {
     return(RootDirectoryHelper.GetFilePath(@".\Configs\ExcelImport.cfg.xml"));
 }
コード例 #2
0
 private string GetConfigPath() =>
 (
     RootDirectoryHelper.GetFilePath(@".\Configs\ErrorMessage.cfg.xml")
 );