mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 22:49:24 +00:00
initial working maui migration with android only
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using qController.QItems;
|
||||
|
||||
namespace qController
|
||||
{
|
||||
public class NoQCueSelected : QCue
|
||||
{
|
||||
public NoQCueSelected()
|
||||
{
|
||||
listName = "No Cue Selected";
|
||||
type = "";
|
||||
notes = "Workspace has loaded but no cue is selected";
|
||||
number = "!";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user