Пример #1
0
 public bool Insert(BIENLAI BienLai)
 {
     if (baseFunctions.Add(BienLai) > 0)
     {
         return(true);
     }
     return(false);
 }
Пример #2
0
 public bool Update(BIENLAI BienLai)
 {
     if (baseFunctions.Update(BienLai) > 0)
     {
         return(true);
     }
     return(false);
 }
Пример #3
0
        private void InBienLai_Load(object sender, EventArgs e)
        {
            // TODO: This line of code loads data into the 'DSInbienlai.BienLai' table. You can move, or remove it, as needed.

            BIENLAI frm       = new BIENLAI();
            string  Idbienlai = temp;
            string  Idhocsinh = temp1;

            MessageBox.Show(Idbienlai);
            this.BienLaiTableAdapter.Fill(this.DSInbienlai.BIENLAI, Idbienlai);
            this.ReportBienLai.RefreshReport();
        }
Пример #4
0
        private void bIENLAIToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            BIENLAI frm4 = new BIENLAI();

            frm4.Show();
        }