コード例 #1
0
ファイル: Card.cs プロジェクト: Myrku/EpamLabs
 string GetCard(string key)
 {
     return(CardReader.GetData(key));
 }