예제 #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            cotizacion ventana3 = new cotizacion();

            ventana3.Show();
        }
예제 #2
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            cotizacion ventana3 = new cotizacion();

            ventana3.Show();
        }
예제 #3
0
 internal MyEventHandler(cotizacion _enclosing)
 {
     this._enclosing = _enclosing;
 }