AL.Sharepoint.Core.Utils.SecurityContext.ReturnToCurrentUser C# (CSharp) 메소드

ReturnToCurrentUser() 개인적인 메소드

private ReturnToCurrentUser ( ) : void
리턴 void
        private void ReturnToCurrentUser()
        {
            try
            {
                if (_ctx != null)
                {
                    _ctx.Undo();
                }
            }
            catch { }
        }