Beispiel #1
0
 public OsxManagedPopupPositionerPopupImplHelper(IWindowBaseImpl parent, MoveResizeDelegate moveResize) : base(parent, moveResize)
 {
 }
Beispiel #2
0
 public ManagedPopupPositionerPopupImplHelper(IWindowBaseImpl parent, MoveResizeDelegate moveResize)
 {
     _parent     = parent;
     _moveResize = moveResize;
 }