D
dotnetchic
I have a project I've been trying to define a model for. Basically, it
will be an MDI app with each document containing multiple "views" of
the same object data. I've considered several approaches, one being to
implement a custom interface for each "view" (ILayer) and having the
document control which views are displayed. Are there any other models
that are similar in architecture?
TIA
will be an MDI app with each document containing multiple "views" of
the same object data. I've considered several approaches, one being to
implement a custom interface for each "view" (ILayer) and having the
document control which views are displayed. Are there any other models
that are similar in architecture?
TIA