olind / sharpwired

A BBS style chat client for the Wired Network
0 stars 0 forks source link

Remove Init() methods #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the proposed feature:

Init() methods are currently used to be able to workaround the limitation
of Visual Studio GUI-tools that only work with empty constructors. The
Init() method is used as the "real" constructor.

Is there a better solution to this? Would be nice to throw away all Init()
methods.

Original issue reported on code.google.com by lindberg...@gmail.com on 31 Jan 2009 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by lindberg...@gmail.com on 5 Mar 2011 at 10:59