C# Class SwiftTailer.Wpf.MainWindow

Inheritance: System.Windows.Window
Show file Open project: dasjestyr/swifttailer

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
DisplayException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
HandleMessages ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
ListBoxItem_DoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
LogList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnSourceInitialized ( object sender, EventArgs e ) : void
UIElement_OnDrop ( object sender, System.Windows.DragEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void