SIL.FieldWorks.TE.ImportWizard.OnFilesChanged C# (CSharp) 메소드

OnFilesChanged() 보호된 메소드

If there aren't any files for SFM import, this event handler prevents the user from continuing in the wizard.
protected OnFilesChanged ( ) : void
리턴 void
		protected void OnFilesChanged()
		{
			if (m_currentStep != (int)WizSteps.ProjLocation)
				return;
			Debug.Assert(!rbParatext6.Checked);
			m_btnNext.Enabled = sfFileListBuilder.AtLeastOneScrFileAccessible;
		}