I´ve an importend question, because I can´t inherit an created UserControl under NET 3.0. It´s an WindowsApplication WPF Project and I tried to inherit likes the well known rules in NET 2.0:
public class NewUserControl : BaseUserControl
I´ve seen some code examples which contained some instructions about "VisualInheritance" with XAML. But this isn´t enough, becaus I must inherit the whole class with it´s code.
But it doesn´t work anymore, I get some compiler errors - who can help me out? (It´s very urgent)
Thanks a lot for reading and your help