From 3d99c10285f80eb539353302064e54f5f6c351df Mon Sep 17 00:00:00 2001 From: ReimarPB Date: Mon, 13 Mar 2023 21:49:24 +0100 Subject: [PATCH] Finish --- tictactoe/App.xaml | 9 ++-- tictactoe/MainWindow.xaml | 18 ++++---- tictactoe/TicTacToeViewModel.cs | 82 ++++++++++++++++++++++++++++++--- 3 files changed, 89 insertions(+), 20 deletions(-) diff --git a/tictactoe/App.xaml b/tictactoe/App.xaml index 3e5aaf9..14023e2 100644 --- a/tictactoe/App.xaml +++ b/tictactoe/App.xaml @@ -5,11 +5,10 @@ StartupUri="MainWindow.xaml"> - diff --git a/tictactoe/MainWindow.xaml b/tictactoe/MainWindow.xaml index 3b1a085..d0f3f52 100644 --- a/tictactoe/MainWindow.xaml +++ b/tictactoe/MainWindow.xaml @@ -22,31 +22,31 @@ - +