Beispiel #1
0
        private void pictureBox17_Click(object sender, EventArgs e)
        {
            relaciona_notas rel = new relaciona_notas(notad_id);

            rel.ShowDialog();
        }
Beispiel #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            relaciona_notas rel = new relaciona_notas(NF.Text);

            rel.ShowDialog();
        }