4748495051525354
this.store = new CalculatorStore(dispatcher); } public void run() { new StatsView(store); new TermsView(store); new InputView(dispatcher, numberOfActions).dispatch(); }