Esempio n. 1
0
 public void IncrementMyCounter(string tag, MyCounterCategory category)
 {
     _myCounter.Add(tag, category).Increment();
 }
Esempio n. 2
0
 public MyCounter(string tag, MyCounterCategory category)
 {
     this.tag      = tag;
     this.category = category;
 }