c#怎样用代码实现最小化窗口

如题

第1个回答  2011-11-06
using System.Windows.Forms;
this.WindowState = FormWindowState.Minimized;
相似回答