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