Beispiel #1
0
 protected virtual void PopulateTime()
 {
     if (ParentOpCodeWrapper.Setup.Configuration.TimerRunEnabled)
     {
         MicroXTime time = new MicroXTime();
         time.Set(ParentOpCodeWrapper.Setup.Configuration.TimerStart);
         OutReport.InsertBlock(time.GetBytes());
     }
 }