You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use XAML, we have to explicitly inherit in partial in code behind, even though it is not necessary.
If class ClassA inherits from ClassB and ClassB inherits from ClassC, then we have to explicitly provide inheritance in and of class ClassA and ClassB, just because of the generator requirement.
It would be better, don't add explicitly inherit in code behind then.
The text was updated successfully, but these errors were encountered:
When we use XAML, we have to explicitly inherit in partial in code behind, even though it is not necessary.
If class ClassA inherits from ClassB and ClassB inherits from ClassC, then we have to explicitly provide inheritance in and of class ClassA and ClassB, just because of the generator requirement.
It would be better, don't add explicitly inherit in code behind then.
The text was updated successfully, but these errors were encountered: