mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-14 07:41:53 +01:00
11 lines
148 B
C#
11 lines
148 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace NFC_Test.NXP_MIFARE_DESFire
|
|||
|
{
|
|||
|
class Command_Test
|
|||
|
{
|
|||
|
}
|
|||
|
}
|