Balas Blog..
Sharing knowledge in Project Portfolio Innovation Management (PPIM) and various Technology.
Monday, April 7, 2008
Anonymous delegate using Dotnet framework 2.0
System.Threading.Thread Th = new System.Threading.Thread(
delegate()
{
System.Console.Write("hi");
});
Th.Start();
Newer Post
Older Post
Home