Atmo.UI.DevEx.MainForm.ReloadHistoric C# (CSharp) Method

ReloadHistoric() public method

public ReloadHistoric ( ) : void
return void
        public void ReloadHistoric()
        {
            var historicSensors = _dbStore.GetAllSensorInfos();
            _historicSensorViewPanelController.UpdateView(historicSensors, AppContext.PersistentState);
            RequestHistoricalUpdate();
        }
MainForm