Forum Post: OO dynamic inheritance

  • Thread starter Thread starter Richard.Kelters
  • Start date Start date
Status
Not open for further replies.
R

Richard.Kelters

Guest
Hi, We're using a class that inherits System.Object in order to assign it to the Tag property of a .NET control. We'd like to use that class also on our appserver which runs Linux. Is there another way then define two classes one with and the other without inherits System.Object and put all the code in an include? Richard

Continue reading...
 
Status
Not open for further replies.
Back
Top