首页
IT
登录
6mi
u
盘
搜
搜 索
IT
winform 窗体重新加载代码
winform 窗体重新加载代码
xiaoxiao
2021-04-05
51
this
.Hide();
//先隐藏主窗体
Form1 form1 =
new
Form1();
//重新实例化此窗体
form1.ShowDialog();
//已模式窗体的方法重新打开
this
.Close();
//原窗体关闭
原文:http://blog.sina.com.cn/s/blog_61ff136b0101klw2.html
转载请注明原文地址: https://ju.6miu.com/read-666387.html
技术
最新回复
(
0
)