Ejemplo n.º 1
0
        public async Task <bool> VerifyMiner(Miner miner)
        {
            bool exists = await Task.Run(() => { return(File.Exists(miner.installPath + miner.fileNameMine)); });

            return(exists);
        }