StandardizedDiffuseAlbedoMaps.Form1.buttonCalibrate20_Click C# (CSharp) Method

buttonCalibrate20_Click() private method

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