Exemple #1
0
 public ExperimentTheoreticalComparison()
 {
     relationUtility = new RelationUtility();
     InitializeComponent();
     //following set in XAML
     //dgv_ET_Peak_List.MouseClick += new MouseEventHandler(dgv_ET_Peak_List_CellClick);
     //ct_ET_Histogram.MouseClick += new MouseEventHandler(ct_ET_Histogram_MouseClick);
     //ct_ET_peakList.MouseClick += new MouseEventHandler(ct_ET_peakList_MouseClick);
     //dgv_ET_Peak_List.CurrentCellDirtyStateChanged += new EventHandler(ET_Peak_List_DirtyStateChanged); // makes the change immediate and automatic
     InitializeParameterSet();
     CBGRAPHLOWERTHRESHOLD = true;
     CBDISCOVERYHISTOGRAM  = false;
     CBVIEWDECOYHISTOGRAM  = false;
     //initialize properties
     this.DataContext = this;
 }
 public ExperimentTheoreticalComparison()
 {
     relationUtility = new RelationUtility();
     InitializeComponent();
     //following set in XAML
     //dgv_ET_Peak_List.MouseClick += new MouseEventHandler(dgv_ET_Peak_List_CellClick);
     //ct_ET_Histogram.MouseClick += new MouseEventHandler(ct_ET_Histogram_MouseClick);
     //ct_ET_peakList.MouseClick += new MouseEventHandler(ct_ET_peakList_MouseClick);
     //dgv_ET_Peak_List.CurrentCellDirtyStateChanged += new EventHandler(ET_Peak_List_DirtyStateChanged); // makes the change immediate and automatic
     InitializeParameterSet();
     //initialize properties
     this.DataContext      = this;
     CBUSEPPMNOTCH         = true;
     CBGRAPHLOWERTHRESHOLD = true;
     CBBESTETPAIRONLY      = true;
     RBDALTONS             = true;
 }