From 68bb778ad15de41865111bd105d58b7519e595f1 Mon Sep 17 00:00:00 2001 From: Natlinux Date: Wed, 28 Jun 2023 18:31:59 +0200 Subject: [PATCH] math-coloring-game/v1.0.1 --- MathColoringGame/App.xaml.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MathColoringGame/App.xaml.cs b/MathColoringGame/App.xaml.cs index 6194ef2..232025a 100644 --- a/MathColoringGame/App.xaml.cs +++ b/MathColoringGame/App.xaml.cs @@ -6,11 +6,9 @@ using System.Linq; using System.Threading.Tasks; using System.Windows; -namespace MathColoringGame +namespac MathColoringGame { - /// - /// Interaction logic for App.xaml - /// + public partial class App : Application { }