示例#1
0
 public async Task SendNoteAsync(int serial, string note)
 {
     if (_isConnected)
     {
         await _duplexClient.SetNoteAsync(serial, note);
     }
 }