Exemplo n.º 1
0
        public void timer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
        {
            NotifyHub nh = new NotifyHub();

            nh.NotifyDateTime(DateTime.Now.ToString());
        }