コード例 #1
0
 private void ReadBarcode()
 {
     if (Product != null)
     {
         Product.Barcode = BarcodeController.Trigger();
         Log($"Read Barcode: {Product.Barcode}");
     }
 }