C# Class SwiftTailer.Wpf.MainWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: dasjestyr/swifttailer

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode 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 méthode

public MainWindow ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void