if(Screen.AllScreens.Length>1)
{
this.Left = Screen.AllScreens[1].Bounds.Width;
this.WindowState = FormWindowState.Maximized;
}
{
this.Left = Screen.AllScreens[1].Bounds.Width;
this.WindowState = FormWindowState.Maximized;
}
451

被折叠的 条评论
为什么被折叠?