using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run()
{
BFS.DisplayFusion.RunFunction("Load Next Monitor Profile (alphabetically)");
BFS.General.ThreadWait(1000);
BFS.Dialog.ShowMessageInfo("The currently loaded Monitor Profile is \"" + BFS.DisplayFusion.GetCurrentMonitorProfile() + "\"");
}
}