Пример #1
0
        public SchemaController(ISchemaView _view)
        {
            view = _view;
            view.OnValidateSchema += new EventHandler <SchemaEventArgs>(view_OnValidateSchema);

            SchemaPath = Path.Combine(Application.StartupPath, "xml");
        }
Пример #2
0
        public SchemaController(ISchemaView _view)
        {
            view = _view;
            view.OnValidateSchema += new EventHandler<SchemaEventArgs>(view_OnValidateSchema);

            SchemaPath = Path.Combine(Application.StartupPath, "xml");
        }