コード例 #1
0
ファイル: AuthorizationInfo.cs プロジェクト: radtek/datawf
        public bool OnUnauthorizedError()
        {
            var cancel = new CancelEventArgs(true);

            UnauthorizedError?.Invoke(this, cancel);
            return(!cancel.Cancel);
        }