Implement notes, and work on updating cue info

This commit is contained in:
2019-04-09 16:04:59 -05:00
parent a57aa970ca
commit 886fe0cf0b
12 changed files with 79 additions and 53 deletions
@@ -113,7 +113,7 @@ namespace qController
name.Text = cue.name;
number.Text = cue.number;
type.Text = cue.type;
//notes.Text = cue.notes;
notes.Text = cue.notes;
}
}
}