C# Class Jishi.StreamToSonos.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: jishi/Jishi.StreamToSonos

Public Methods

Method Description
MainWindow ( ) : System
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
UpdateZoneList ( IList zones ) : void

Protected Methods

Method Description
OnStateChanged ( EventArgs e ) : void

Private Methods

Method Description
Buffer_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
StartPlayer ( SonosPlayer player, string streamUrl ) : void
StreamAction_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnKeyDown() public method

public OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
return void

OnStateChanged() protected method

protected OnStateChanged ( EventArgs e ) : void
e System.EventArgs
return void

UpdateZoneList() public method

public UpdateZoneList ( IList zones ) : void
zones IList
return void