From 36776bfbff6f15f7239924777651392945ebb2a0 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 27 Jul 2017 13:02:31 +0100 Subject: Rejig folder structure --- NucLedController/App.xaml.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 NucLedController/App.xaml.cs (limited to 'NucLedController/App.xaml.cs') diff --git a/NucLedController/App.xaml.cs b/NucLedController/App.xaml.cs new file mode 100644 index 0000000..020b691 --- /dev/null +++ b/NucLedController/App.xaml.cs @@ -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 NucLedController +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} -- cgit v1.2.3