C# Class WebExpress.AddBookmark

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

Méthodes publiques

Méthode Description
AddBookmark ( string title, string url, MainWindow mw ) : System
ExecuteStoryboard ( ) : void

Private Methods

Méthode Description
UIElement_OnPreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UserControl_IsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
button_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

AddBookmark() public méthode

public AddBookmark ( string title, string url, MainWindow mw ) : System
title string
url string
mw MainWindow
Résultat System

ExecuteStoryboard() public méthode

public ExecuteStoryboard ( ) : void
Résultat void