Пример #1
0
 public CellHint(CellHintType t, CellHintArea a, int n, double ocrd)
 {
     Number      = n;
     Area        = a;
     Type        = t;
     OCRDistance = ocrd;
 }
Пример #2
0
 public CellHint(CellHintType t, CellHintArea a, int n, double ocrd, string adv)
 {
     Number          = n;
     Area            = a;
     Type            = t;
     OCRDistance     = ocrd;
     AltDisplayValue = adv;
 }