SIL.FieldWorks.TE.ImportWizard.rbOther_CheckedChanged C# (CSharp) Method

rbOther_CheckedChanged() private method

Handles the CheckedChanged event of the rbOther control (Other USFM radio button).
private rbOther_CheckedChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event /// data.
return void
		private void rbOther_CheckedChanged(object sender, EventArgs e)
		{
			if (rbOther.Checked)
				DefineImportSettings(TypeOfImport.Other);
		}