C# Class ErlangEditor.Pages.MessageFrame

MessageFrame.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
Hide ( ) : void
MessageFrame ( ) : System
Show ( string aTitle, string aMessage ) : void
ShowError ( string aTitle, string aMessage ) : void

Private Methods

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

Method Details

Hide() public method

public Hide ( ) : void
return void

MessageFrame() public method

public MessageFrame ( ) : System
return System

Show() public method

public Show ( string aTitle, string aMessage ) : void
aTitle string
aMessage string
return void

ShowError() public method

public ShowError ( string aTitle, string aMessage ) : void
aTitle string
aMessage string
return void