C# Class WebExpress.History

Interaction logic for History.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Sential/WebExpress-beta Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemsCount int

Méthodes publiques

Méthode Description
AddHistory ( string title, string url ) : System.Threading.Tasks.Task
History ( ) : System

Private Methods

Méthode Description
History_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

AddHistory() public méthode

public AddHistory ( string title, string url ) : System.Threading.Tasks.Task
title string
url string
Résultat System.Threading.Tasks.Task

History() public méthode

public History ( ) : System
Résultat System

Property Details

ItemsCount public_oe property

public int ItemsCount
Résultat int