winforms

Python CLR Winforms – Passing data between .NET Winforms

Python CLR Winforms – Passing data between .NET Winforms Question: I have a fairly simple task that has eluded me when using Python to generate and automate .NET WinForms. How do I pass data between forms? I’ve tried everything: using global variables, using immutable strings, etc. and nothing seems to stick. Can someone show me …

Total answers: 1