示例#1
0
        private void ExecuteCopyAction(CanvasType canvasType)
        {
            var currentBitmap = _canvasContainer.GetCanvas(CanvasType.Test);

            _canvasContainer.UpdateCanvas(currentBitmap, canvasType);
            UpdateCanvasView(canvasType);
        }