C# Class EddiEdsmResponder.ConfigurationWindow

Interaction logic for ConfigurationWindow.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider

Méthodes publiques

Méthode Description
ConfigurationWindow ( ) : Eddi
obtainEdsmLogs ( StarMapConfiguration starMapConfiguration, string commanderName, IProgress progress ) : void

Private Methods

Méthode 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 méthode

public ConfigurationWindow ( ) : Eddi
Résultat Eddi

obtainEdsmLogs() public static méthode

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