using System; using System.Drawing; public static class DisplayFusionFunction { public static void Run(IntPtr windowHandle) { // Send Ctrl + Alt + S BFS.Input.SendKeys("%(^(S))"); // Wait 10 seconds for Surround to toggle BFS.General.ThreadWait(10000); // Load the Monitor Profile BFS.DisplayFusion.LoadMonitorProfile("Monitor Profile Name"); } }