Example #1
0
 private void Geo2CitConvertForm_Load(object sender, EventArgs e)
 {
     try
     {
         _geoHelper  = new GeoFileHelper();
         _citProcess = new CITFileProcess();
         InitDicTrainCodeAndConfigPath();
         LoadLineDir();
         LoadLineName();
         LoadTrainCode();
         LoadLineCodeAndName();
     }
     catch (Exception ex)
     {
         MyLogger.LogError("初始化Geo转cit时失败", ex);
         MessageBox.Show(ex.Message);
     }
 }