NFC teszt és egyebek javítása, fejlesztése

This commit is contained in:
2025-02-14 16:15:33 +01:00
parent f400bbf3c8
commit 872e7b3a4f
6 changed files with 92 additions and 18 deletions
@@ -0,0 +1,17 @@
using Plugin.NFC;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WorkFlowCheck.MAUI.Pages.NFC
{
public class NFCData
{
public string DateReceived { get; set; }
public string SerialNumber { get; set; } = null!;
}
}