摘要: 在某些时候需要实现一个界面的后台程序,程序自动运行,但起初不显示窗体,在满足触发条件时显示,此时需要在运行程序时先自动隐藏窗体。 修改窗体对应的Program.cs: using System; using System.Collections.Generic; using System.Linq; 阅读全文
posted @ 2023-03-06 14:50 jsper 阅读(612) 评论(0) 推荐(0)