mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-06 07:53:47 +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);
|
|
|
|
}
|