diff options
| author | James Barnett <james.barnett@fivium.co.uk> | 2017-07-27 13:02:31 +0100 |
|---|---|---|
| committer | James Barnett <james.barnett@fivium.co.uk> | 2017-07-27 13:02:31 +0100 |
| commit | 36776bfbff6f15f7239924777651392945ebb2a0 (patch) | |
| tree | 8e4c75b40bc45b888773cac33c9bbbf165da6fd9 /NucLedController/App.xaml | |
| parent | b9c3039f0787c9ede5abf0da750615e4eced8f60 (diff) | |
| download | intel-nuc-led-controller-36776bfbff6f15f7239924777651392945ebb2a0.tar.xz intel-nuc-led-controller-36776bfbff6f15f7239924777651392945ebb2a0.zip | |
Rejig folder structurev0.1
Diffstat (limited to 'NucLedController/App.xaml')
| -rw-r--r-- | NucLedController/App.xaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NucLedController/App.xaml b/NucLedController/App.xaml new file mode 100644 index 0000000..4acf7a4 --- /dev/null +++ b/NucLedController/App.xaml @@ -0,0 +1,9 @@ +<Application x:Class="NucLedController.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="clr-namespace:NucLedController" + StartupUri="MainWindow.xaml"> + <Application.Resources> + + </Application.Resources> +</Application> |