예제 #1
0
 public void LogData(string textToLog)
 {
     if (!_bluetoothService.SendData(textToLog))
     {
         throw new ArgumentException("Could not log data");
     }
 }