Store the user statistics for the performance.
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
{
|
||||
public class Statistic
|
||||
{
|
||||
#region Public Properties
|
||||
|
||||
public string Label { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user