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