コード例 #1
0
ファイル: Form1.cs プロジェクト: Acevedo-industries/Gisli2
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            cotizacion ventana3 = new cotizacion();

            ventana3.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Acevedo-industries/Gisli2
        private void button4_Click(object sender, EventArgs e)
        {
            cotizacion ventana3 = new cotizacion();

            ventana3.Show();
        }