Exemplo n.º 1
0
        internal async void SilentFlashOut()
        {
            await Task.Delay(500);

            _state = QuestionInfoStages.None;
            Name   = null;
        }
Exemplo n.º 2
0
        internal async void SilentFlashOut()
        {
            await Task.Delay(500);

            _state       = QuestionInfoStages.None;
            _model.Price = -1;
        }
Exemplo n.º 3
0
        internal async void SilentFlashOut()
        {
            try
            {
                await Task.Delay(500);

                _state = QuestionInfoStages.None;
                Name   = null;
            }
            catch (Exception exc)
            {
                Trace.TraceError("SilentFlashOut error: " + exc);
            }
        }