MAIN VOID
// use void as the return type of a method (or a local function)
//
class Program
{
void Main()
{
}
public void TestVoid()
{
Console.WriteLine("0");
Console.WriteLine("1 - Main Form");
}
}
"Although my view is higher than the sky,
My respect for the cause and effect of actions is as fine as grains of flour."
Megjegyzések
Megjegyzés küldése