Ejemplo n.º 1
0
        private void buttonPendingPriceHelper_Click(object sender, EventArgs e)
        {
            Point location = ((Button)sender).Location;

            location.X -= 35;
            PriceHelpControl.ShowHelperControlAt(location, this, numericUpDownPendingPrice);
        }
Ejemplo n.º 2
0
 private void buttonOpeningPricePriceHelper_Click(object sender, EventArgs e)
 {
     PriceHelpControl.ShowHelperControlAt(((Button)sender).Location, this, numericUpDownPendingPrice);
 }
Ejemplo n.º 3
0
 private void buttonTakeProfitPriceHelper_Click(object sender, EventArgs e)
 {
     PriceHelpControl.ShowHelperControlAt(((Button)sender).Location, this, numericUpDownTakeProfit);
 }