Exemple #1
0
 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;
 }
Exemple #2
0
        //TODO: timers


        public Display()
        {
            this.id     = null;
            this.ip     = null;
            this.name   = null;
            this.num    = null;
            this.brand  = DisplayManager.brands.sony;
            this.inputs = null;
        }