Esempio n. 1
0
        protected override int them()
        {
            int obj = 0;

            Biencucbo.hdong = 0;
            Biencucbo.obj   = 0;
            f_themnoict frm = new f_themnoict();

            frm.ShowDialog();
            obj = Biencucbo.obj;
            return(obj);
        }
Esempio n. 2
0
        protected override int sua()
        {
            int obj = 0;

            Biencucbo.obj   = 0;
            Biencucbo.hdong = 1;
            Biencucbo.ma    = gv.GetFocusedRowCellValue("key").ToString();
            f_themnoict frm = new f_themnoict();

            frm.ShowDialog();
            obj = Biencucbo.obj;
            return(obj);
        }