Eliminate the use of singletons. A google for "refactor singleton" might provide a good starting point.
Bumped priority up by one as this task blocks the task regarding in-process form switching: http://sourceforge.net/support/tracker.php?aid=3027835
In-process form switching using "new Form()" instead of "Process.Start()" requires certain singletons to be eliminated.
Log in to post a comment.
Bumped priority up by one as this task blocks the task regarding in-process form switching:
http://sourceforge.net/support/tracker.php?aid=3027835
In-process form switching using "new Form()" instead of "Process.Start()" requires certain singletons to be eliminated.