mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-08 17:03:47 +00:00
6 lines
121 B
C#
6 lines
121 B
C#
namespace qController.Events
|
|
{
|
|
public delegate void SelectedCueEditedHandler(object source, CueEditArgs args);
|
|
|
|
}
|