int kk = Environment.TickCount;

            int exeg = Environment.TickCount - kk;
            MessageBox.Show(exeg.ToString());

相关文章: