Hi,
I have a project which uses a 3rd party lib.
The lib provides a class for snapshots. The class is Snapshot. I have to
create a TON of classes for each of my objects which inherit Snapshot. For
Example: public class MyObjSnapshot : Snapshot {...}. After that my real
object should implement the interface ISnapshotable<MyObjSnapshot>.
I do not want to create those classes and I think that DP can help me. So,
can you point me where to start and what to use? DP without target may be?
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.