Esempio n. 1
0
 protected BaseStatistics()
 {
     this.asyncStatDlgt = new AsyncStatDelegate(this.Stat);
 }
Esempio n. 2
0
 protected BaseStat()
 {
     this.asyncStatDlgt = new AsyncStatDelegate(this.Stat);
 }