예제 #1
0
파일: Card.cs 프로젝트: Myrku/EpamLabs
 string GetCard(string key)
 {
     return(CardReader.GetData(key));
 }