Exemplo n.º 1
0
        internal void Event()
        {
            double time = (DateTime.Now - startTime).TotalSeconds;

            calculator.Interrupt(time);
        }