コード例 #1
0
 private void indicatorFunction_CylinderPressureVsCrankAngle_IndicatorFunctionChanged(object sender, IndicatorFunctionEventArgs e)
 {
     this.OnCylinderPressureVsCrankAngleIndicatorFunctionChanged(e.Function, e.InterpolationMethodInfo);
 }
コード例 #2
0
 private void indicatorFunction1_IndicatorFunctionChanged(object sender, IndicatorFunctionEventArgs e)
 {
     this.SetOKButton();
 }
コード例 #3
0
 private void cylinderFunctionWithGasPressure_Force_CylinderPressureVsCrankAngleIndicatorFunctionChanged(object sender, IndicatorFunctionEventArgs e)
 {
     //pokličemo kar tega, da pohendlamo še enable/disable ok buttona
     this.tabControl1_SelectedIndexChanged(base.tabControl1, new EventArgs());
 }