Пример #1
0
        public void ImproveWindow(IntPtr WP)
        {
            int fix = LU.GetOS_X_Fix();

            EF.MoveWindow(WP, -fix, 0, Screen.PrimaryScreen.WorkingArea.Width + 2 * fix, Screen.PrimaryScreen.WorkingArea.Height + fix, true);
            EF.SetWindowText(WP, ACC_DESC);
        }