C# Class ErlangEditor.Pages.YesNoFrame

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

Public Methods

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

Private Methods

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

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

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

YesNoFrame() public method

public YesNoFrame ( ) : System
return System