C# Class EKG_Project.GUI.ECG_BASELINE

Interaction logic for ECG_BASELINE.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

Method Description
ECG_BASELINE ( ECG_Baseline_Params parameters ) : System

Private Methods

Method Description
cbCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
cbCombo_SelectionChanged_1 ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
isNumericInput ( string input ) : bool
textBoxNumeric_Pasting ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
textBoxNumeric_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
updatePlot ( ) : void

Method Details

ECG_BASELINE() public method

public ECG_BASELINE ( ECG_Baseline_Params parameters ) : System
parameters EKG_Project.Modules.ECG_Baseline.ECG_Baseline_Params
return System