D
Dan Holmes
I am in a jam. Since C# (or the CLR) doesn't support MI i need to
create either two inheritance hierarchies or have all my object inherit
ultimately from MarshalByRefObject.
I noticed that Windows.Forms.Form also ultimately inherits from
MarshalByRefObject with not a lot of complaints from the .NET community
so i wonder if i should follow MS's pattern.
Thoughts...
dan
create either two inheritance hierarchies or have all my object inherit
ultimately from MarshalByRefObject.
I noticed that Windows.Forms.Form also ultimately inherits from
MarshalByRefObject with not a lot of complaints from the .NET community
so i wonder if i should follow MS's pattern.
Thoughts...
dan