SIL.FieldWorks.Common.Controls.BulkEditSpecControl.DoIt C# (CSharp) Method

DoIt() public method

public DoIt ( IEnumerable itemsToChange, SIL.FieldWorks.Common.Controls.ProgressState state ) : void
itemsToChange IEnumerable
state SIL.FieldWorks.Common.Controls.ProgressState
return void
		public virtual void DoIt(IEnumerable<int> itemsToChange, ProgressState state)
		{
			throw new Exception("The method or operation is not implemented.");
		}