C# Class ErlangEditor.Pages.MessageFrame

MessageFrame.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: xdusongwei/ErlangEditor

Méthodes publiques

Méthode Description
Hide ( ) : void
MessageFrame ( ) : System
Show ( string aTitle, string aMessage ) : void
ShowError ( string aTitle, string aMessage ) : void

Private Methods

Méthode Description
btnOK_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

MessageFrame() public méthode

public MessageFrame ( ) : System
Résultat System

Show() public méthode

public Show ( string aTitle, string aMessage ) : void
aTitle string
aMessage string
Résultat void

ShowError() public méthode

public ShowError ( string aTitle, string aMessage ) : void
aTitle string
aMessage string
Résultat void