/// <summary> /// Export current IOmap in subConfig to a <c>Excel</c>. You should notice that /// you have to call "SaveIOmapConfig" before this method if you changed /// the iomap. Otherwise, the saved result will be the old info. /// </summary> public void SaveIOmapToExcel() { using (IoMapConfigOperator op = (IoMapConfigOperator)configOperator) { op.saveIOmapToExcel(Config); } }