mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-22 23:49:22 +00:00
Switch to only TCP Communication
- No more UDP - Lots of random refactoring as well
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Collections.ObjectModel;
|
||||
using Xamarin.Forms;
|
||||
using qController.QItems;
|
||||
|
||||
namespace qController
|
||||
namespace qController.Cell
|
||||
{
|
||||
public class QCueListCell : Frame
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user