mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 06:04:12 +00:00
Work on Workspace loading
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
using System.Net;
|
||||
using System.Net.NetworkInformation;
|
||||
using Xamarin.Forms;
|
||||
using SharpOSC;
|
||||
using System.Threading;
|
||||
|
||||
namespace qController
|
||||
{
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace qController
|
||||
Label number;
|
||||
Label type;
|
||||
Label notes;
|
||||
public QCue activeCue;
|
||||
public QSelectedCueCell()
|
||||
{
|
||||
Padding = new Thickness(5);
|
||||
@@ -115,6 +116,7 @@ namespace qController
|
||||
|
||||
public void UpdateSelectedCue(QCue cue)
|
||||
{
|
||||
activeCue = cue;
|
||||
name.Text = cue.listName;
|
||||
number.Text = cue.number;
|
||||
type.Text = cue.getIconString();
|
||||
|
||||
Reference in New Issue
Block a user