C# Class WebExpress.History

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

Public Properties

Property Type Description
ItemsCount int

Public Methods

Method Description
AddHistory ( string title, string url ) : System.Threading.Tasks.Task
History ( ) : System

Private Methods

Method Description
History_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

AddHistory() public method

public AddHistory ( string title, string url ) : System.Threading.Tasks.Task
title string
url string
return System.Threading.Tasks.Task

History() public method

public History ( ) : System
return System

Property Details

ItemsCount public_oe property

public int ItemsCount
return int