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