Interaction logic for R_peaks.xaml
Inheritance: System.Windows.Controls.UserControl
Example #1
0
 public ChooseModule()
 {
     InitializeComponent();
     this.ecgBaseline = new ECG_BASELINE(null);
     this.rpeaks = new R_peaks();
     this.modulePanel = new ModulePanel();
     ;
 }