C# Class Scorchio.Infrastructure.Wpf.Views.MessageBoxView

Interaction logic for MessageBoxView.xaml
Datei anzeigen Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

Method Description
MessageBoxView ( ) : System.Windows

Initializes a new instance of the MessageBoxView class.

Private Methods

Method Description
OKButtonClick ( object sender, RoutedEventArgs e ) : void

Oks the button click.

Method Details

MessageBoxView() public method

Initializes a new instance of the MessageBoxView class.
public MessageBoxView ( ) : System.Windows
return System.Windows