Added SinaglR
This commit is contained in:
5
Shared/Models/Notification.cs
Normal file
5
Shared/Models/Notification.cs
Normal file
@ -0,0 +1,5 @@
|
||||
using Barcode.Host.Shared.KeyboardMouse;
|
||||
|
||||
namespace Barcode.Host.Shared.Models;
|
||||
|
||||
public record Notification(KeyPressEvent KeyPressEvent, string LastScanServiceResultValue);
|
Reference in New Issue
Block a user