Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Ajusteprecio a = new Ajusteprecio();

            a.StartPosition = FormStartPosition.CenterScreen;
            a.Show();
            this.Dispose();
        }
Example #2
0
        private void button10_Click(object sender, EventArgs e)
        {
            Ajusteprecio a = new Ajusteprecio();

            a.StartPosition = FormStartPosition.CenterScreen;
            a.ShowDialog();
            this.productoTableAdapter.Fill(this.productoDS.Producto);
        }