Home All Groups Group Topic Archive Search About

idea class with files integration (.Net Framework 3.0?)

Author
30 Mar 2006 11:30 AM
Piotr
Hello
I think that file System.Windows.Forms.NewControl should be interpreted as:

namespace System.Windows.Forms

{

public class NewControl

{

......

}

}

file should contain:

public NewControl()//constructor (#)

{

....

}

~NewControl()//destructor

{...

}

public static Main(System.String[] args)//optional

{

....

}

//one file must be one class

AddThis Social Bookmark Button