Add project files.

This commit is contained in:
2026-05-20 14:06:26 -04:00
parent c808de8a0e
commit 175df9807d
10 changed files with 786 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace Tasklight.Controller
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}