Пример #1
0
 public NLogAdapter(SGLogDr decorater = null) : base(decorater)
 {
 }
Пример #2
0
 protected SGLogDr(SGLogDr d = null)
 {
     this.dr = d;
     this.lv = 0;
 }