StandardizedDiffuseAlbedoMaps.Form1.buttonCalibrate10_Click C# (CSharp) Method

buttonCalibrate10_Click() private method

private buttonCalibrate10_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void buttonCalibrate10_Click( object sender, EventArgs e )
        {
            checkBoxCalibrate10.Checked = true;	// Since we're calibrating, enable!
            StartCalibrationPicking( m_Calibration.m_Reflectance10 );
        }
Form1