示例#1
0
        public JournalManager(bool allowAnonymousErrorFeedback)
        {
            JournalFolderPath = GetJournalFolderPath();

            _proceedReadingJournalEvent = new ManualResetEventSlim();
            _proceedToNextJournalEvent  = new ManualResetEventSlim();
            _isLiveEvent = new ManualResetEventSlim();

            FeedbackManager.Initialize(allowAnonymousErrorFeedback);
        }