C# Class IPFilter.Views.MainWindow

Interaction logic for the main window.
Show file Open project: DavidMoore/ipfilter

Public Methods

Method Description
LaunchHelp ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
MainWindow ( ) : System

Private Methods

Method Description
OnClosing ( object sender, CancelEventArgs cancelEventArgs ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

LaunchHelp() public method

public LaunchHelp ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
return void

MainWindow() public method

public MainWindow ( ) : System
return System