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 { }