Example #1
0
        private void Initialize()
        {
            Reports = ReportHelper.BuildReportDictionary();
            var delegates = DelegateHelper.BuildDelegateDictionary(Reports);

            TokenEvents.Actions = delegates;
        }