* MainActivity.cs:

* AndroidManifest.xml: Android: Bind to WIFI

* ControlPage.xaml.cs:
* QCueListCell.cs:
* OSCListItem.cs: Add sub-cues in cue listing

* qController.csproj: Update
This commit is contained in:
2019-08-04 15:57:25 -05:00
parent a2d96d2985
commit 5deb4fd084
6 changed files with 96 additions and 20 deletions
@@ -0,0 +1,11 @@
namespace qController
{
public class OSCListItem
{
public string Text { get; set; }
public string Icon { get; set; }
public string Command { get; set; }
}
}