NotifierCore.Notifier.HotItemController.HotItemController C# (CSharp) Method

HotItemController() public method

public HotItemController ( ) : System
return System
        public HotItemController()
        {
            Self = this;
            String[] args = Environment.GetCommandLineArgs();
            IsOfficialDatasource = true;
            CurrentTrendApi = new ZicoreApi();

            UsingBackupApi = true;
            CurrentApi = gw2SpidyApi;
            HotItemController.IsMultiLanguageSupported = true;
            HotItemController.IsTransactionsSupported = false; // Sadly currently not supported...
        }