C# Class ForumSurfer.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: MahApps.Metro.Controls.MetroWindow
Mostrar archivo Open project: spaghettidba/ForumSurfer

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
ReceiveMessage ( SendBoilerplateMessage action ) : object
ReceiveSetZoomMessage ( SendSetZoomMessage msg ) : object
TreeViewItem_MouseRightButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
TreeViewItem_RequestBringIntoView ( object sender, System.Windows.RequestBringIntoViewEventArgs e ) : void
WbFeed_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sendTextViaClipboard ( dynamic document, string text ) : void
sendTextViaInnerText ( dynamic document, string text ) : void
sendTextViaScript ( dynamic document, string text ) : void
setBrowserZoom ( object zoomPercent ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System