windows.forms.dialogresult.ok这个枚举为什么这么多点,该如何处理
windows.forms.dialogresult.ok这个枚举为什么这么多点
谁知道
------解决方案--------------------
没有必要这么多,一般在程序里会有:
using System.Window.Form;
这句代码,
直接这样使用就可以了:
DialogResult.OK
如果在程序里没有using才会写的比较全.
谁知道
------解决方案--------------------
没有必要这么多,一般在程序里会有:
using System.Window.Form;
这句代码,
直接这样使用就可以了:
DialogResult.OK
如果在程序里没有using才会写的比较全.