[System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceCounter(ref long count); [System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceFrequency(ref long count);private void TreatSub(){long count = 0; l
posted @ 2013-06-03 16:05
天是那么蓝
阅读(235)
评论(0)
推荐(0)