C# 클래스 EddiEdsmResponder.ConfigurationWindow

Interaction logic for ConfigurationWindow.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider

공개 메소드들

메소드 설명
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