C# Class OpenHome.Songcast.MainWindow

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

Méthodes publiques

Méthode Description
ApplicationDeactivated ( ) : void
ConfigurationChanged ( IConfiguration aConfiguration ) : void
MainWindow ( ) : System
Refresh ( ) : void
SafeConfigurationChanged ( ) : void

Private Methods

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

public ApplicationDeactivated ( ) : void
Résultat void

ConfigurationChanged() public méthode

public ConfigurationChanged ( IConfiguration aConfiguration ) : void
aConfiguration IConfiguration
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SafeConfigurationChanged() public méthode

public SafeConfigurationChanged ( ) : void
Résultat void