C# Class MetroIde.Dialogs.ControlDialogs.MessageBox

Interaction logic for MessageBox.xaml
Mostra file Open project: ChadSki/Quickbeam

Public Methods

Method Description
MessageBox ( string title, string message ) : System.Windows

Private Methods

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

Method Details

MessageBox() public method

public MessageBox ( string title, string message ) : System.Windows
title string
message string
return System.Windows