單項(xiàng)選擇題Timer組件位于()命名空間。

A.System.Web.UI
B.System.Windows.Forms
C.System.Timers
D.System.Windows


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題將線程設(shè)置成最高優(yōu)先級(jí),應(yīng)讓其Priority屬性的值為()。

A.ThreadPriority. Highest
B.ThreadPriority. AboveNormal
C.ThreadPriority. Lowest
D.ThreadPriority. Normal

2.單項(xiàng)選擇題下面()讓線程休眠1分鐘。 

A.Thread.Sleep(1)
B.Thread.Sleep(60)
C.Thread.Sleep(1000)
D.Thread.Sleep(60000)