コード例 #1
0
        private void CargarResponsables()
        {
            dtResponsable = R.ListarTodos();


            DataRow fila;

            fila = dtResponsable.NewRow();
            dtResponsable.Rows.InsertAt(fila, 0);



            CargarDescResp();
            CargarCodigosResp();
        }
コード例 #2
0
        private void CargarREsponsables()
        {
            dtResponsable = R.ListarTodos();


            var fila = dtResponsable.NewRow();

            dtResponsable.Rows.InsertAt(fila, 0);

            dtResponsable2 = dtResponsable.Copy();

            CargarDescResp();
            CargarCodigosResp();
            CargarDescResp2();
            CargarCodigosResp2();
        }