These are called using directives. using <namespace>;
You create "using directive" to use the types in a namespace without having to specify the namespace in your code. http://msdn.microsoft.com/en-us/library/sf0df423(VS.80).aspx On Sun, Oct 31, 2010 at 12:51 AM, Cm <[email protected]> wrote: > using System; > using System.Collections.Generic; > using System.Data; > using System.Drawing; > using System.Linq > using System.Text; > using System.Windows.Forms. > > So Can a good soul come by here to tell what does each of these line > above mean....... > > If you do know anything about constructors and method i would > appreciate so fell as a Teacher....Just need some help from you guyz. > > Se alguem falar portugues ajude-me.
