Guys, I moved companies again and I have to use C# here. Here's some code that I can't seem to be able to convert to C#. Would someone be able to assist?
Public Sub New() Me.New(Nothing) End Sub Public Sub New(ByVal pParent As Object) ... End Sub I thought it might be something similar to this: public classname(){ this.classname(null); } public classname(object parent){ ... } However, that does not work. Any suggestions? Thanks, Mike =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com