Monday, September 1, 2014

Static Method So Slow to Call

i have problem with a Method


for Example



public static void Handle()
{
Console.WriteLine("OK");
//Other Programming
}



When i call Handle() the string "Ok" will shown in Console after a minute?


what's problem of slow call?


thanks.


No comments:

Post a Comment