Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Implement some events on WindowsFormsApplicationBase #69

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

madewokherd
Copy link
Contributor

This adds support for some of the startup and shutdown related events on WindowsFormsApplicationBase. I've often seen VB.NET applications rely on Startup or Initialize being called and fail to start correctly.

Since WindowsFormsApplicationBase can only be used once per process, I don't know how to make a proper unit test for this. I used a test program with WriteLine statements when events/methods are called/exited and compared the output to .NET on Windows.

Base automatically changed from master to main March 1, 2021 15:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant