SharpDX.Samples.DemoTime.DemoTime C# (CSharp) Method

DemoTime() public method

public DemoTime ( ) : System.Diagnostics
return System.Diagnostics
        public DemoTime()
        {
            _stopwatch = new Stopwatch();
        }