Ejemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            cotizacion ventana3 = new cotizacion();

            ventana3.Show();
        }
Ejemplo n.º 2
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            cotizacion ventana3 = new cotizacion();

            ventana3.Show();
        }
Ejemplo n.º 3
0
 internal MyEventHandler(cotizacion _enclosing)
 {
     this._enclosing = _enclosing;
 }