Exemple #1
0
 internal static void TestScales(string deviceId)
 {
     using (ScalesTestForm testDlg = new ScalesTestForm())
     {
         testDlg.deviceId = deviceId;
         testDlg.ShowDialog();
     }
 }
 /// <summary>
 /// Тестирование устройства.
 /// </summary>
 public override void TestDevice()
 {
     ScalesTestForm.TestScales(DeviceId);
 }