C# 控制程序输出在指定屏幕上
摘要:
//程序出现在哪个屏幕上 var startScreen = 1; if (startScreen <= Screen.AllScreens.Length) { //下标减1 startScreen = startScreen - 1; ... 阅读全文
posted @ 2017-07-24 14:16 微风吹过12x 阅读(534) 评论(0) 推荐(0)
posted @ 2017-07-24 14:16 微风吹过12x 阅读(534) 评论(0) 推荐(0)