示例#1
0
文件: Card.cs 项目: Myrku/EpamLabs
 string GetCard(string key)
 {
     return(CardReader.GetData(key));
 }