예제 #1
0
 static void Main()
 {
     Timer timer = new Timer(); // or new Timer(n) -> n is int
     timer.DisplayIt("Message", 5);
 }