Example #1
0
 private void ShowCardInfo(IPlayingCard obj)
 {
     obj.Print();
     ShowVisibility(obj);
 }