Пример #1
0
 /// <summary>
 /// Calls the InitDeviceData method of the device.
 /// </summary>
 public void InitDeviceData()
 {
     try
     {
         DeviceLogic.InitDeviceData();
     }
     catch (Exception ex)
     {
         log.WriteException(ex, CommPhrases.ErrorInDevice, nameof(InitDeviceData), DeviceLogic.Title);
     }
 }