コード例 #1
0
 private BARType BookOrReader(string data) //false - книга, true - читатель
 {
     return(ci.CheckBAR(data));
 }