C# Class ClientLauncher.Usercontrols.ServerNews

Interaction logic for ServerNews.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: swganhtools/swganhclientlauncher

Private Properties

Property Type Description
ParseLinks void
RefreshNewsAsych List
XMLHasFinished void
btnFullArticle_Click void
lstNewsItems_SelectionChanged void

Public Methods

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

Private Methods

Method 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 method

public RefreshNews ( string strUrl ) : void
strUrl string
return void

ServerNews() public method

public ServerNews ( ) : System
return System

theLink_RequestNavigate() public method

public theLink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
return void