mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-08 00:43:48 +00:00
7 lines
135 B
C#
7 lines
135 B
C#
using System;
|
|
namespace qController.Events
|
|
{
|
|
public delegate void SelectedCueEditedHandler(object source, CueEditArgs args);
|
|
|
|
}
|