C# Class Raisins.Client.Raffle.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: netxph/raisins

Public Methods

Method Description
DoEvents ( ) : void
MainWindow ( ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void

Private Methods

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

Method Details

DoEvents() public static method

public static DoEvents ( ) : void
return void

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void