C# Class Unite.UI.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: jcbozonier/irontwit

Méthodes publiques

Méthode Description
App ( ) : System
App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

App_Startup() public méthode

public App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
Résultat void