Ejemplo n.º 1
0
 public MedGridGraphSavedCell(MedGridGraphRow row, RectangleF rect, int startIndex, int endIndex, int startCount)
 {
     Row        = row;
     Rect       = rect;
     StartIndex = startIndex;
     EndIndex   = endIndex;
     StartCount = startCount;
 }