mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, Flags, DatFile, DatSTats] StatReportFormat stuff
This commit is contained in:
@@ -12,6 +12,9 @@ namespace SabreTools.Library.DatFiles
|
||||
{
|
||||
#region Private instance variables
|
||||
|
||||
// Statistics report format
|
||||
private StatReportFormat _reportFormat = StatReportFormat.None;
|
||||
|
||||
// Object used to lock stats updates
|
||||
private object _lockObject = new object();
|
||||
|
||||
@@ -50,6 +53,13 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
#region Publicly facing variables
|
||||
|
||||
// Statistics report format
|
||||
public StatReportFormat ReportFormat
|
||||
{
|
||||
get { return _reportFormat; }
|
||||
set { _reportFormat = value; }
|
||||
}
|
||||
|
||||
// Overall item count
|
||||
public long Count
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user