摘要: 一、C#中弹出窗口位置 加入命名空间using System.Drawing和using System.Windows.Forms假定窗口名为form1,则 form1.StartPosition = FormStartPosition.CenterScreen;窗体位置在屏幕中间 form1.St 阅读全文
posted @ 2016-04-03 20:53 liushenglin 阅读(9454) 评论(0) 推荐(0)