added updated files & scripts

This commit is contained in:
Andrew Welker
2020-03-16 12:30:31 -06:00
parent b372f4d369
commit 6cf5fe5ec4
5 changed files with 178 additions and 0 deletions

View File

@@ -432,6 +432,7 @@ namespace PepperDash.Core.SystemInfo
protected void OnProgramChange(ProgramInfo program, ushort index, ushort type)
{
var handler = ProgramChange;
if (handler != null)
{
var args = new ProgramChangeEventArgs(program, type);