5 lines
172 B
C#
5 lines
172 B
C#
using Barcode.Host.Shared.KeyboardMouse;
|
|
|
|
namespace Barcode.Host.Shared.Models;
|
|
|
|
public record Notification(KeyPressEvent KeyPressEvent, string LastScanServiceResultValue); |