Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
timer
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading; namespace Rextester { public class Program { public static void Main(string[] args) { System.Threading.Timer threadingTimer = new Timer(run, 10, 1, 1000); Console.Read(); } public static void run(object args) { Console.WriteLine(DateTime.Now.ToLongTimeString()); } } }
run
|
edit
|
history
|
help
0
pause a thread
Сортировка массива
601
deletevowels
JHGEDFCSDCSS dd
Moon Gravity
Período
CRC 8 bit Table calculation
sroitureoit
Cont monad in C#