コード例 #1
0
        public async void btnCreateFilesAsync()
        {
            Stopwatch Timer = new Stopwatch();

            Timer.Start();

            await TxtFile.CreateFilesAsync(7000);

            this.AdicionarMensagemStatus(Timer.ElapsedMilliseconds.ToString());
            Timer.Stop();
        }