static void Main(string[] args) { Conductor conductor = new Conductor(); while (true) { conductor.CheckClock(); } }