mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-21 15:09:18 +00:00
Implement notes, and work on updating cue info
This commit is contained in:
@@ -39,5 +39,13 @@ namespace qController
|
||||
}
|
||||
}
|
||||
}
|
||||
public void PrintStats()
|
||||
{
|
||||
foreach (var cueList in data)
|
||||
{
|
||||
Console.WriteLine(cueList.listName + "("+ cueList.cues.Count + " cues)");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user