读书人

窗口,该怎么解决

发布时间: 2012-05-16 11:12:12 作者: rapoo

窗口
关于用什么方法关闭窗口

[解决办法]
窗口实例.Close(); ???
[解决办法]
this.close();
[解决办法]
一个隐藏,一个关闭
this.Close();
this.Hide();
[解决办法]
this.close();

读书人网 >C#

热点推荐