示例#1
0
 public EventWriterSimpleDevice(DialogSimpleDevice D)
 {
     this.DS             = D.DS;
     this.Date           = D.Date;
     this.ExtendedInfo   = D.ExtendedInfo;
     this.SimpleDeviceID = D.SDevice.ID;
 }
示例#2
0
 private void WriteEvent(string S1, DialogSimpleDevice D)
 {
     WriteEvent(S1, D.Date, D.SDevice, D.ExtendedInfo);
 }