Ejemplo n.º 1
0
        //
        private void OnOkIvk()
        {
            if (_ConfirmCall != null)
            {
                _ConfirmCall();
            }

            Show(false, "");

            _ConfirmCall = null;
            _CancelCall  = null;
        }
Ejemplo n.º 2
0
        //
        void OnCancelIvk()
        {
            if (_CancelCall != null)
            {
                _CancelCall();
            }

            Show(false);

            _ConfirmCall = null;
            _CancelCall  = null;
        }