예제 #1
0
        async Task <bool> PreConditions()
        {
            if (await _restarter.CheckUac(_destination).ConfigureAwait(false))
            {
                return(true);
            }

            _statusRepo.UpdateProgress(15);
            return(false);
        }