Beispiel #1
0
        private void ReadEcuIDF()
        {
            log.Info("Ecu Id  readding  start...");
            MyMeans.DropAccess();
            Thread thread = new Thread(C13IdRead.workRun);

            thread.Start();
        }