Re: [Python.NET] "Incorrect" behavior of inheriting from class which is inherited from .Net class

2016-08-25 Thread Denis Akhiyarov
*Hi Hansong, * I noticed that you (@hhspiny) released your WPF adventures with pythonnet on github, but without a license: https://github.com/hhspiny/WPFPy Can you please indicate the license? *Hi Tony,* Please let me know how this subclassing (.NET -> Python -> Python) would work? *Thanks,*

Re: [Python.NET] "Incorrect" behavior of inheriting from class which is inherited from .Net class

2016-08-25 Thread Hansong Huang
Hi Denis, There is no licenses term. I simply used github to save files to work on between home and work. it is free to use by anyone. Since the current pythonnet does not really allow derive from class derived from .NET class. I can't really do what I intended to do, and therefore, I have

Re: [Python.NET] "Incorrect" behavior of inheriting from class which is inherited from .Net class

2016-08-25 Thread Denis Akhiyarov
Ok, do you agree to MIT license for your code? I may use some of your code to contribute to WPF demo. https://github.com/pythonnet/pythonnet/pull/185 On Thu, Aug 25, 2016 at 10:44 AM, Hansong Huang wrote: > Hi Denis, > > > There is no licenses term. I simply used github to save files to work