Esempio n. 1
0
 public override void UpdatePlacements(ref int actx, int acty, ref int linehi)
 {
     AndLabel.Visible = true;
     Expr1.UpdatePlacement(ref actx, acty);
     AndLabel.Left = actx;
     AndLabel.Top  = acty;
     actx         += AndLabel.Width;
     Expr2.UpdatePlacement(ref actx, acty);
 }