C# Class EKG_Project.GUI.NewAnalysisDialogBox

Interaction logic for NewAnalysisDialogBox.xaml
Inheritance: System.Windows.Window
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

Method Description
NewAnalysisDialogBox ( string defaultAnswer = "" ) : System

Protected Methods

Method Description
OnClosing ( ) : void

Private Methods

Method Description
Window_ContentRendered ( object sender, EventArgs e ) : void
btnDialogOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

NewAnalysisDialogBox() public method

public NewAnalysisDialogBox ( string defaultAnswer = "" ) : System
defaultAnswer string
return System

OnClosing() protected method

protected OnClosing ( ) : void
return void