Matomat/Matomat/RFIDReader.cs
2011-09-08 16:21:41 +00:00

17 lines
272 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Matomat
{
class RFIDReader
{
internal int getCardID()
{
Console.ReadKey();
return 0x1234;
}
}
}