S
somequestion
now ...there are 2 control A and B
A is Form control and B is UserControl
A : Form
{}
B: UserControl
{}
i'd like to make inherit both userControl Form
C : A
{}
C : B
{}
is it possible ? if it not possible,could you tell me another way?
A is Form control and B is UserControl
A : Form
{}
B: UserControl
{}
i'd like to make inherit both userControl Form
C : A
{}
C : B
{}
is it possible ? if it not possible,could you tell me another way?