Exemplo n.º 1
0
        public UC_NFotoEdificio(string id_Edificio)
        {
            InitializeComponent();
            UIElementCollection temp = grid_parent.Children;

            HelpValidacionesDeControles.AddListenControlers(grid_parent.Children);
            _id_Edificio   = id_Edificio;
            IsPosibleClose = true;
        }
        public UC_NuevoEdificio(ListBox lbx_DataList)
        {
            InitializeComponent();
            _lbx_DataList             = lbx_DataList;
            cbx_Provincia.ItemsSource = LocalDataStore.ListUbicaciones;
            UIElementCollection temp = grid_parent.Children;

            HelpValidacionesDeControles.AddListenControlers(grid_parent.Children);
            IsPosibleClose = true;
        }