mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
added updated files & scripts
This commit is contained in:
parent
b372f4d369
commit
6cf5fe5ec4
5 changed files with 178 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue