math-coloring-game/v1.0.1

This commit is contained in:
Natlinux
2023-06-28 18:31:59 +02:00
parent 4992553907
commit 68bb778ad1

View File

@@ -6,11 +6,9 @@ using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows; using System.Windows;
namespace MathColoringGame namespac MathColoringGame
{ {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application public partial class App : Application
{ {
} }