Ejemplo n.º 1
0
 private void ct_IntensityRatio_MouseClick(object sender, System.Windows.Forms.MouseEventArgs e)
 {
     if (e.Button == System.Windows.Forms.MouseButtons.Left)
     {
         DisplayUtility.tooltip_graph_display(ct_intensityRatio_tt, e, this.ct_IntensityRatio, ct_intensityRatio_prevPosition);
     }
 }
Ejemplo n.º 2
0
 private void ct_LysineCount_MouseClick(object sender, System.Windows.Forms.MouseEventArgs e)
 {
     if (e.Button == System.Windows.Forms.MouseButtons.Left)
     {
         DisplayUtility.tooltip_graph_display(ct_LysineCount_tt, e, ct_LysineCount, ct_LysineCount_prevPosition);
     }
 }
 private void ct_ET_Histogram_MouseClick(object sender, System.Windows.Forms.MouseEventArgs e)
 {
     if (e.Button == System.Windows.Forms.MouseButtons.Left)
     {
         DisplayUtility.tooltip_graph_display(ct_ET_peakList_tt, e, ct_ET_Histogram, ct_ET_Histogram_prevPosition);
     }
 }