public Display(int id, string ip, string name, int num, DisplayManager.brands brand, List <string> inputs) { this.id = id; this.ip = ip; this.name = name; this.num = num; this.brand = brand; this.inputs = inputs; }
//TODO: timers public Display() { this.id = null; this.ip = null; this.name = null; this.num = null; this.brand = DisplayManager.brands.sony; this.inputs = null; }