摘要: // form1.cs public Form1() { InitializeComponent(); //多屏显示的时候,设置窗口在那个屏幕显示 Screen[] sc; sc = Screen.AllScreens; this.StartPosition = FormStartPosition. 阅读全文
posted @ 2023-03-21 11:06 智烨 阅读(60) 评论(0) 推荐(0)