C# Class WebExpress.Bookmarks.Bookmarks

Interaction logic for Bookmarks.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: Sential/WebExpress-beta Class Usage Examples

Public Properties

Property Type Description
ItemsCount int

Public Methods

Method Description
AddBookmark ( string title, string url, MainWindow mw ) : void
Bookmarks ( MainWindow mw ) : System

Private Methods

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

Method Details

AddBookmark() public method

public AddBookmark ( string title, string url, MainWindow mw ) : void
title string
url string
mw MainWindow
return void

Bookmarks() public method

public Bookmarks ( MainWindow mw ) : System
mw MainWindow
return System

Property Details

ItemsCount public_oe property

public int ItemsCount
return int