mirror of
https://github.com/jwetzell/qController.git
synced 2026-09-09 00:09:23 +00:00
Add Double Tap editing to new screen
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
namespace qController.Events
|
||||
{
|
||||
public delegate void SelectedCueEditedHandler(object source, CueEditArgs args);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user