C# Class WebExpress.StartPage

Interaction logic for StartPage.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method Description
LoadFavs ( MainWindow mw ) : Task
RefreshFavs ( MainWindow mw ) : void
StartPage ( ) : System

Private Methods

Method Description
GetImage ( string content ) : string
LoadNews ( string category, string url ) : Task
LoadTab ( ) : Task
StartPage_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

LoadFavs() public method

public LoadFavs ( MainWindow mw ) : Task
mw MainWindow
return Task

RefreshFavs() public method

public RefreshFavs ( MainWindow mw ) : void
mw MainWindow
return void

StartPage() public method

public StartPage ( ) : System
return System