Exemple #1
0
        private async void ButtonLeftNextMouseClick()
        {
            DisableElements();
            await Task.Run(() => { ImgMdf.Confirm(); }).ConfigureAwait(true);

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

            DrawCanvas();
            EnableElements();
        }