单项选择题
A.System.ExceptionB.System.SystemExceptionC.System.ApplicationExceptionD.System.UserException
如何将控件停靠到窗体的右边?()A.button1.Dock=DockStyle.RightB.button1...
单项选择题如何将控件停靠到窗体的右边?()
A.button1.Dock=DockStyle.RightB.button1.Dock=RightC.button1.Anchor=AnchorStyles.RightD.button1.Anchor=Right
语句string[,]_strArray=new_string[3,4];创建了多少个string对象?()A...
单项选择题语句string[,]_strArray=new_string[3,4];创建了多少个string对象?()
A.0B.3C.4D.12
在为自定义类取名时,Microsoft推荐使用的命名规范是()。A.Hungarian_notationB.随...
单项选择题在为自定义类取名时,Microsoft推荐使用的命名规范是()。
A.Hungarian_notationB.随便起名字C.CamelD.Pascal