View Single Post
Old 11-28-2013, 09:45 PM   #2
shaadisankalp01
Registered User
 
Join Date: Nov 2013
Posts: 158
Using system;
Class A
{
show()
{
System.Console.WriteLine("Hello World!");
}
}
shaadisankalp01 is offline   Reply With Quote