AutoWikiBrowser.MainForm.JsAdapter.UndoChange C# (CSharp) Method

UndoChange() public method

Reverses the changes to a line of text in the page
public UndoChange ( int left, int right ) : void
left int
right int
return void
            public void UndoChange(int left, int right)
            {
                _owner.UndoChangeGeneric(DiffChangeMode.Change, left, right);
            }