Ejemplo n.º 1
0
        public static HighResolutionTimer StartNew()
        {
            HighResolutionTimer item = new HighResolutionTimer();

            item.Start();

            return(item);
        }
Ejemplo n.º 2
0
        public static HighResolutionTimer StartNew()
        {
            HighResolutionTimer item = new HighResolutionTimer();
            item.Start();

            return item;
        }