Clear(); MonitorEnumProc callback = (IntPtr hDesktop, IntPtr hdc, ref Rect prect, int d) => { ActualScreens.Add(new MonitorInfo() { Bounds = new Rectangle() ...
確定! 回上一頁