Exemple #1
0
        public void Guardarjueces(string archivo)
        {
            basededatos <Juez> bdjueces2 = new basededatos <Juez>(archivo);

            bdjueces2.GuardarObservableCollection(this);
        }
Exemple #2
0
        public void GuardarModalidades(string archivo)
        {
            basededatos <Modalidad> bdmod = new basededatos <Modalidad>(archivo);

            bdmod.GuardarObservableCollection(this);
        }
Exemple #3
0
        public void GuardarHorario(string archivo)
        {
            basededatos <LineaHorario> bdhorario = new basededatos <LineaHorario>(archivo);

            bdhorario.GuardarObservableCollection(this);
        }
Exemple #4
0
        public void GuardarCategorias(string archivo)
        {
            basededatos <Categoria> bdcategorias = new basededatos <Categoria>(archivo);

            bdcategorias.GuardarObservableCollection(this);
        }