Beispiel #1
0
 public DM()
 {
     try
     {
         AutoRegCom();
         dm         = new dmsoft();
         baseFolder = dm.GetBasePath();
         dm.SetDict(0, "Mir3G.txt");
     }
     catch (Exception e)
     {
         MessageBox.Show(e.Message);
     }
 }