Implementato sdk honeywell e metodi per lo scanner barcode
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@using SteUp.Shared.Components.SingleElements.Modal.ExceptionModal
|
||||
@using SteUp.Shared.Core.BarcodeReader.Contracts
|
||||
@inject NavigationManager NavigationManager
|
||||
@inject IBarcodeManager BarcodeManager
|
||||
|
||||
<ErrorBoundary @ref="ErrorBoundary">
|
||||
<ChildContent>
|
||||
@@ -43,5 +45,6 @@
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
await SteupDataService.Init();
|
||||
BarcodeManager.Init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user