Exemplo n.º 1
0
 public StatisticsSet(string name, string description)
 {
     Name        = name;
     Description = description;
     Context     = new StatisticsContext(name);
 }
Exemplo n.º 2
0
 public StatisticsSet(string name, string description)
 {
     Name = name;
     Description = description;
     Context = new StatisticsContext(name);
 }