partial void DeleteEtudiant(Etudiant instance);
 partial void UpdateEtudiant(Etudiant instance);
 partial void InsertEtudiant(Etudiant instance);
示例#4
0
        private void button4_Click_1(object sender, EventArgs e)
        {
            Etudiant E = new Etudiant();

            E.Show();
        }
示例#5
0
        private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
        {
            Etudiant E = new Etudiant();

            E.Show();
        }
示例#6
0
 private void button1_Click(object sender, EventArgs e)
 {
     Form flowLayoutPanel1 = new Etudiant();
 }