コード例 #1
0
 private void ConnectionSucceeded(string type)
 {
     ClientScript?.connectionSucceeded();
     UpdateStatus($"Connected to device using {type}", UpdateType.Information);
 }