C# Class WebExpress.HistoryItem

Interaction logic for HistoryItem.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method Description
HistoryItem ( string title, string url, History h ) : System

Private Methods

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

Method Details

HistoryItem() public method

public HistoryItem ( string title, string url, History h ) : System
title string
url string
h History
return System