Ejemplo n.º 1
0
        private static void TestTime()
        {
            DateTime dt = CUtilTime.MscToLocal(DateTime.Now);

            if (dt != null)
            {
                System.Threading.Thread.Sleep(0);
            }
        }