C# Class EddiEdsmResponder.ConfigurationWindow

Interaction logic for ConfigurationWindow.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: cmdrmcdonald/EliteDangerousDataProvider

Public Methods

Method Description
ConfigurationWindow ( ) : Eddi
obtainEdsmLogs ( StarMapConfiguration starMapConfiguration, string commanderName, IProgress progress ) : void

Private Methods

Method Description
edsmApiKeyChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
edsmCommanderNameChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
edsmObtainLogClicked ( object sender, RoutedEventArgs e ) : void

Obtain the EDSM log and sync it with the local datastore

updateEdsmConfiguration ( ) : void

Method Details

ConfigurationWindow() public method

public ConfigurationWindow ( ) : Eddi
return Eddi

obtainEdsmLogs() public static method

public static obtainEdsmLogs ( StarMapConfiguration starMapConfiguration, string commanderName, IProgress progress ) : void
starMapConfiguration EddiStarMapService.StarMapConfiguration
commanderName string
progress IProgress
return void