コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            CadastroSoftware cad = new CadastroSoftware(retornaID());

            cad.ShowDialog();
        }
コード例 #2
0
        private void pictureBox8_Click_1(object sender, EventArgs e)
        {
            CadastroSoftware cad = new CadastroSoftware();

            cad.ShowDialog();
        }
コード例 #3
0
        private void pictureBox13_Click(object sender, EventArgs e)
        {
            CadastroSoftware cad = new CadastroSoftware(operacao);

            cad.ShowDialog();
        }