GitScc.PendingChangesToolWindow.OnAmendCommitCommand C# (CSharp) Method

OnAmendCommitCommand() private method

private OnAmendCommitCommand ( ) : void
return void
        internal void OnAmendCommitCommand()
        {
            ((BBPendingChanges)control).AmendCommit();
        }