SecureDelete.Schedule.HistoryManager.HistoryManager C# (CSharp) Method

HistoryManager() public method

public HistoryManager ( ) : System
return System
        public HistoryManager()
        {
            _categories = new Dictionary<Guid, HistoryCategory>();
        }