Exemplo n.º 1
0
 void ILayout.Layout(ILayoutParentAgent laSubject, Constraint constraint, out Size sizeUsed)
 {
     sizeUsed = new Size();
     //object[] mParam = new object[] { laSubject, constraint, sizeUsed };
     //this._flowLayout.GetType().InvokeMember("Layout", BindingFlags.InvokeMethod, null, this._flowLayout, mParam);
 }
Exemplo n.º 2
0
 void ILayout.Layout(ILayoutParentAgent laSubject, Constraint constraint, out Size sizeUsed)
 {
     sizeUsed = new Size();
     //object[] mParam = new object[] { laSubject, constraint, sizeUsed };
     //this._flowLayout.GetType().InvokeMember("Layout", BindingFlags.InvokeMethod, null, this._flowLayout, mParam);
 }