Ejemplo n.º 1
0
        public existChildOfNanny(BE.Nanny nanny1)
        {
            InitializeComponent();
            bl = BL.FactoryBL.getBL();

            nanny        = nanny1;
            childOfNanny = bl.getChildOfNanni(nanny);
            childDataGrid.DataContext = null;
            childDataGrid.DataContext = childOfNanny;
        }