public Form1()
{
InitializeComponent();
this.WindowState = FormWindowState.Minimized;
this.ShowInTaskbar = false;
SetVisibleCore(false);
}
C# Winform窗体自动运行隐藏
最新推荐文章于 2024-03-21 13:55:33 发布