QLab 5 connection changes

This commit is contained in:
2022-11-08 09:47:52 -06:00
parent cd0a673f43
commit dc864f2341
3 changed files with 29 additions and 6 deletions
@@ -94,6 +94,12 @@ namespace qController.QItems
public bool CheckPopulated()
{
if(data == null)
{
IsPopulated = false;
return false;
}
for (int i = 0; i < data.Count; i++)
{
for (int j = 0; j < data[i].cues.Count; j++)