题目内容

判断:螺栓连接中螺栓孔和螺栓一样大对吗?

A. 对
B. 错

查看答案
更多问题

目录管理题目内容 ( )类用于目录管理。

A. System.IO
B. Direatory
C. File
D. Stream

使用FileStream类以独占方式打开文件,FileShare需要使用( )。

A. None
B. Read
C. ReadWrite
D. Write

在C#程序中要显示一个消息为:This is a test,标题为;hello的消息框正确的语句应该是:( )

A. MessageBox.show(“This is a test:,”hello”)
B. MessageBox(“This is a test:,”hello”)
C. MessageBox.show(”hello”,“This is a test
E. MessageBox(”hello”,“This is a test

使用( )方法,可以在屏幕中央打开窗体。

A. Close
B. Hide
C. Show
D. CenterToScreen

答案查题题库