Beispiel #1
0
        /// <summary>
        /// 显示
        /// </summary>
        internal void Show()
        {
            IsShow = true;

            if (IsScan && null != cardNo)
            {
                OKCommand.Execute(null);
            }
        }
        /// <summary>
        /// 显示
        /// </summary>
        internal void Show()
        {
            _element.RaiseEvent(new PopupRoutedEventArgs(PublicEvents.PopupEvent, null, null, null, PopupType.LockOn));

            IsDisplay = true;
            IsShow    = true;

            if (IsScan && null != cardNo)
            {
                OKCommand.Execute(null);
            }
        }