Esempio n. 1
0
 public Monitor(NVRDevice nvrDev, int lchannel)
 {
     this.nvrDevice = nvrDev;
     this.channel   = lchannel;
 }
Esempio n. 2
0
 public Monitor(NVRDevice nvrDev)
 {
     this.nvrDevice = nvrDev;
 }
Esempio n. 3
0
 public PlayFileControler(NVRDevice nvr)
 {
     nvrDevice = nvr;
 }
Esempio n. 4
0
 public PlayFileControler(NVRDevice nvr)
 {
     nvrDevice = nvr;
 }
Esempio n. 5
0
 public Monitor(NVRDevice nvrDev,int lchannel)
 {
     this.nvrDevice = nvrDev;
     this.channel = lchannel;
 }
Esempio n. 6
0
 public Monitor(NVRDevice nvrDev)
 {
     this.nvrDevice = nvrDev;
 }