Пример #1
0
 public bool ReadItem(CsvFile tf)
 {
     Desc = tf.Get <string>(_KEY_Desc);
     return(true);
 }