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