ticleanup
This commit is contained in:
		| @@ -28,8 +28,7 @@ public class CanvasService { | ||||
|  | ||||
|     // TODO: Dessiner à partir des commandes de Franz. | ||||
|  | ||||
|     public async void Draw(IEnumerable<CanvasCommand> lscommand) | ||||
|     { | ||||
|     public async void Draw(IEnumerable<CanvasCommand> lscommand) { | ||||
|         if (_currentCanvasContext is null) | ||||
|             _currentCanvasContext = await myCanvas.CreateCanvas2DAsync(); | ||||
|         await _currentCanvasContext.BeginBatchAsync(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user