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
This is related to previous investigation of inheriting from .NET
interface class to create WPF MVVM structure. As now I believe it has
nothing to do with interface class, but instead caused by inheriting from
.Net class overall.
https://mail.python.org/pipermail/pythondotnet/2016-April/001755.html
Deriving from a python class in Python that itself is derived from a .NET class doesn't work.
reported by @hhspiny and confirmed by @tonyroberts
The text was updated successfully, but these errors were encountered: