mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-11 10:23:59 +00:00
* 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:
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace qController
|
||||
{
|
||||
public class OSCListItem
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public string Icon { get; set; }
|
||||
public string Command { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user