C
Chris
Hi,
I am using 2 .dlls to create a 3 dll and I would like to expose all the
methods and functions form dll1 and dll2 in my 3dll so it appears as if
the methods sre in my 3dll. Currently I have
Imports dll1
Imports dll2
Public Class Test
Inherits dll1
Inherits dll2 >> Error here "Can have multiple Ihnerits"
End Class
Is it possible?
Thanks
I am using 2 .dlls to create a 3 dll and I would like to expose all the
methods and functions form dll1 and dll2 in my 3dll so it appears as if
the methods sre in my 3dll. Currently I have
Imports dll1
Imports dll2
Public Class Test
Inherits dll1
Inherits dll2 >> Error here "Can have multiple Ihnerits"
End Class
Is it possible?
Thanks