C# Class EKG_Project.GUI.NewAnalysisDialogBox

Interaction logic for NewAnalysisDialogBox.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Nefarin/DadmProject Class Usage Examples

Méthodes publiques

Méthode Description
NewAnalysisDialogBox ( string defaultAnswer = "" ) : System

Méthodes protégées

Méthode Description
OnClosing ( ) : void

Private Methods

Méthode Description
Window_ContentRendered ( object sender, EventArgs e ) : void
btnDialogOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

NewAnalysisDialogBox() public méthode

public NewAnalysisDialogBox ( string defaultAnswer = "" ) : System
defaultAnswer string
Résultat System

OnClosing() protected méthode

protected OnClosing ( ) : void
Résultat void