示例#1
0
 private void LoadINIFile(string fileName)
 {
     iniData = StructConverter.LoadINI(fileName, ref itemsToExport);
     UpdateListView();
 }