コード例 #1
0
	void OnThresholdCalculated(object source, ThresholdCalculatedEventArgs e){
		UpdateThresholdCalculationDisplay (e.Threshold);
	}
コード例 #2
0
 void OnThresholdCalculated(object source, ThresholdCalculatedEventArgs e)
 {
     UpdateThresholdCalculationDisplay(e.Threshold);
 }