C# Class ClientLauncher.Usercontrols.ServerNews

Interaction logic for ServerNews.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: swganhtools/swganhclientlauncher

Private Properties

Свойство Type Description
ParseLinks void
RefreshNewsAsych List
XMLHasFinished void
btnFullArticle_Click void
lstNewsItems_SelectionChanged void

Méthodes publiques

Méthode Description
RefreshNews ( string strUrl ) : void
ServerNews ( ) : System
theLink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Private Methods

Méthode Description
ParseLinks ( System.Windows.Documents.FlowDocument theDocument ) : void
RefreshNewsAsych ( string strUrl ) : List
XMLHasFinished ( IAsyncResult theResult ) : void
btnFullArticle_Click ( object sender, RoutedEventArgs e ) : void
lstNewsItems_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

RefreshNews() public méthode

public RefreshNews ( string strUrl ) : void
strUrl string
Résultat void

ServerNews() public méthode

public ServerNews ( ) : System
Résultat System

theLink_RequestNavigate() public méthode

public theLink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
Résultat void