C# Класс EddiEdsmResponder.ConfigurationWindow

Interaction logic for ConfigurationWindow.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
ConfigurationWindow ( ) : Eddi
obtainEdsmLogs ( StarMapConfiguration starMapConfiguration, string commanderName, IProgress progress ) : void

Приватные методы

Метод Описание
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

Описание методов

ConfigurationWindow() публичный Метод

public ConfigurationWindow ( ) : Eddi
Результат Eddi

obtainEdsmLogs() публичный статический Метод

public static obtainEdsmLogs ( StarMapConfiguration starMapConfiguration, string commanderName, IProgress progress ) : void
starMapConfiguration EddiStarMapService.StarMapConfiguration
commanderName string
progress IProgress
Результат void