C# Class OpenHome.Songcast.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, IRefreshHandler, IConfigurationChangedHandler, INotifyPropertyChanged
Mostrar archivo Open project: openhome/ohSongcast

Public Methods

Method Description
ApplicationDeactivated ( ) : void
ConfigurationChanged ( IConfiguration aConfiguration ) : void
MainWindow ( ) : System
Refresh ( ) : void
SafeConfigurationChanged ( ) : void

Private Methods

Method Description
EventContextMenuExit ( object sender, EventArgs e ) : void
EventContextMenuOpen ( object sender, EventArgs e ) : void
EventCurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
EventLatencyChanged ( ) : void
EventMulticastChanged ( ) : void
EventMulticastChannelChanged ( ) : void
EventNotifyIconClick ( object sender, EventArgs e ) : void
EventNotifyIconRightClick ( object sender, EventArgs e ) : void
EventPresetChanged ( ) : void
EventReceiversClick ( object sender, RoutedEventArgs e ) : void
EventSettingsClick ( object sender, RoutedEventArgs e ) : void
EventStoryBoardFadeInCompleted ( object sender, EventArgs e ) : void
EventStoryBoardFadeOutCompleted ( object sender, EventArgs e ) : void
EventSubnetChanged ( ) : void
EventTtlChanged ( ) : void
EventWindowClosing ( object sender, System e ) : void
HideOurselves ( ) : void
ShowOurselves ( ) : void

Method Details

ApplicationDeactivated() public method

public ApplicationDeactivated ( ) : void
return void

ConfigurationChanged() public method

public ConfigurationChanged ( IConfiguration aConfiguration ) : void
aConfiguration IConfiguration
return void

MainWindow() public method

public MainWindow ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SafeConfigurationChanged() public method

public SafeConfigurationChanged ( ) : void
return void