Beispiel #1
0
        private void loadDatagridEstado()
        {
            DataTable lDtEstadoGrid = new DataTable();
            Estados   lEstadosGrid  = new Estados();

            lDtEstadoGrid = lEstadosGrid.GetEstado();

            dtgEstado.ItemsSource = lDtEstadoGrid.DefaultView;
        }