Ejemplo n.º 1
0
        private void InitShemaModel()
        {
            XElement    OElement = XElement.Load(FDatabaseFilePath);
            SchemaModel OModel   = SchemaModel.FromXElement(OElement);

            FModel = new SchemaViewModel(OModel);
        }