aboutsummaryrefslogtreecommitdiff
path: root/NucLedController/App.xaml.cs
diff options
context:
space:
mode:
authorJames Barnett <james.barnett@fivium.co.uk>2017-07-27 13:02:31 +0100
committerJames Barnett <james.barnett@fivium.co.uk>2017-07-27 13:02:31 +0100
commit36776bfbff6f15f7239924777651392945ebb2a0 (patch)
tree8e4c75b40bc45b888773cac33c9bbbf165da6fd9 /NucLedController/App.xaml.cs
parentb9c3039f0787c9ede5abf0da750615e4eced8f60 (diff)
downloadintel-nuc-led-controller-36776bfbff6f15f7239924777651392945ebb2a0.tar.xz
intel-nuc-led-controller-36776bfbff6f15f7239924777651392945ebb2a0.zip
Rejig folder structurev0.1
Diffstat (limited to 'NucLedController/App.xaml.cs')
-rw-r--r--NucLedController/App.xaml.cs17
1 files changed, 17 insertions, 0 deletions
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
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application
+ {
+ }
+}