barcode-host/Shared/Models/Notification.cs
2023-06-08 13:36:25 -07:00

5 lines
172 B
C#

using Barcode.Host.Shared.KeyboardMouse;
namespace Barcode.Host.Shared.Models;
public record Notification(KeyPressEvent KeyPressEvent, string LastScanServiceResultValue);