protected override void Context()
 {
     _fontsTask = A.Fake <IFontsTask>();
     _view      = A.Fake <IChartExportSettingsView>();
     sut        = new ChartExportSettingsPresenter(_view, _fontsTask);
 }
 public void SetChartExportSettingsView(IChartExportSettingsView view)
 {
     _pnlChartExportSettings.FillWith(view);
 }