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