C# Class Raisins.Client.Raffle.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: netxph/raisins

Méthodes publiques

Méthode Description
DoEvents ( ) : void
MainWindow ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( System e ) : void

Private Methods

Méthode Description
Window_KeyDown_1 ( object sender, System.Windows.Input.KeyEventArgs e ) : void
showRandomTicket ( ) : void

Method Details

DoEvents() public static méthode

public static DoEvents ( ) : void
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void