C# Class MonoGame.Interop.Wpf.MainWindow

Logique d'interaction pour MainWindow.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: Eastrall/MonoGame.Interop

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
OPEN_WIN_Click ( Object sender, RoutedEventArgs e ) : void
UNLOAD_Click ( Object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void