|
Sets Windows Forms Form as EntryPoints in the TCC config. Sets Windows Forms Event Subscription as EntryPoints in the TCC config, only if there is no Windows Forms Form as a caller . |
|
Creates Dotnet WinForms Event Subscription Object for each C# Control-Event subscriptions. Creates callLink from Dotnet WinForms Form to Dotnet WinForms Event Subscription based on C# Controller added to Form. Creates callLink from Dotnet WinForms Event Subscription to C# Methods according to the handling C# method to execute upon event subscription. |
|
Creates Dotnet WinForms Form Object when a class inherit from System.Windows.Forms.Form |