public CellHint(CellHintType t, CellHintArea a, int n, double ocrd) { Number = n; Area = a; Type = t; OCRDistance = ocrd; }
public CellHint(CellHintType t, CellHintArea a, int n, double ocrd, string adv) { Number = n; Area = a; Type = t; OCRDistance = ocrd; AltDisplayValue = adv; }