public SchemaController(ISchemaView _view) { view = _view; view.OnValidateSchema += new EventHandler <SchemaEventArgs>(view_OnValidateSchema); SchemaPath = Path.Combine(Application.StartupPath, "xml"); }
public SchemaController(ISchemaView _view) { view = _view; view.OnValidateSchema += new EventHandler<SchemaEventArgs>(view_OnValidateSchema); SchemaPath = Path.Combine(Application.StartupPath, "xml"); }