Refactor `NfcHanler` namespace to `NfcHandler` and enhance code consistency.
12 lines
207 B
C#
12 lines
207 B
C#
using NfcC7_DLL.NfcHandler.Protocols;
|
|
|
|
namespace NfcC7_DLL.NfcHandler
|
|
{
|
|
public class HeadInfo
|
|
{
|
|
string SerialNr { get; set; }
|
|
OptoHeadStatus OptoHeadStatus { get; set; }
|
|
}
|
|
}
|
|
|