|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
idea class with files integration (.Net Framework 3.0?)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 |
|||||||||||||||||||||||