public void Init()
 {
     GlobalServiceProvider.Replace <ILog>(new NoLog());
     this.getValueReturns = null;
     this.getValueHits    = 0;
     this.removeEntryHits = 0;
     this.setValueHits    = 0;
     this.section         = null;
     this.entry           = null;
 }
Esempio n. 2
0
 public void Init()
 {
     GlobalServiceProvider.Replace <ILog>(new NoLog());
 }