C# Class ProfilerX.AddAppDialog

AddAppDialog
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Afficher le fichier Open project: Microsoft/HoloToolkit Class Usage Examples

Méthodes publiques

Méthode Description
AddAppDialog ( ) : System

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void

Private Methods

Méthode Description
CancelButton_Clicked ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
OKButton_Clicked ( object sender, RoutedEventArgs e ) : void
OnSystemDiscovered ( DiscoveredSystem newSystem ) : void
OnSystemLost ( DiscoveredSystem lostSystem ) : void
RefreshPing ( object sender, EventArgs e ) : void
System ( int connectionId, object target ) : void
UpdateDiscoveredApps ( object sender, EventArgs e ) : void
remoteClientList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

AddAppDialog() public méthode

public AddAppDialog ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void