C# Class ohSongshark.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: openhome/ohSongcast

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void

Private Methods

Method Description
EventButtonStartClick ( object sender, RoutedEventArgs e ) : void
EventButtonStopClick ( object sender, RoutedEventArgs e ) : void
EventTextEndpointTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
EventTimerExpired ( object aState ) : void
PacketHandler ( Packet aPacket ) : void
Refresh ( ) : void
ResetStats ( ) : void
Run ( ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosing() protected method

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