SIL.FieldWorks.IText.Sandbox.IAnalysisControlInternal C# (CSharp) Méthode

IAnalysisControlInternal() private méthode

This function will undo the last changes done to the project. This function is executed when the user clicks the undo menu item.
private IAnalysisControlInternal ( ) : void
Résultat void
		void IAnalysisControlInternal.Undo()
		{
			OnUndo(null);
		}