Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Decrease System Volume

Description
Decreases by 2. Simple code but it wasn't in the database already.
Language
C#.net
Minimum Version
Created By
Jayde Ver Elst58609
Contributors
-
Date Created
Jan 13, 2023
Date Last Modified
Jan 13, 2023

Scripted Function (Macro) Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
	public static void Run(IntPtr windowHandle)
	{
		
		decimal changeBy = 0.6m;

		BFS.Audio.AdjustVolumeDown();
	}
}