Пример #1
0
 public PrecisePopupCandidate(PrecisePopupModel popup, PrecisePopupPlacementModel placement, bool max = false)
 {
     Popup     = popup;
     Placement = placement;
     IsMaxSize = max;
     if (!IsMaxSize)
     {
         Extreme = new PrecisePopupCandidate(popup, placement, true);
     }
 }
Пример #2
0
 public PrecisePopupPlacement()
 {
     Model = new PrecisePopupPlacementModel(this);
     FacadeModel.UpdateAll(Model, this);
 }