Пример #1
0
        public Control GetCardReaderById(int Id)
        {
            Functions F =new Functions();
            Control X = F.GetControl(Id);

            return X;
        }