Exemple #1
0
        private async void Import(int max)
        {
            DisableElements();
            await Task.Run(() => { ImgMdf.Import(max, AppVars.Progress); }).ConfigureAwait(true);

            await Task.Run(() => { ImgMdf.Find(AppVars.Progress); }).ConfigureAwait(true);

            DrawCanvas();
            EnableElements();
        }