Working up/down arrow key

This commit is contained in:
Divyansh
2020-04-03 14:45:02 -07:00
parent 293a8a8199
commit 1a15a062ef
3 changed files with 26 additions and 40 deletions

View File

@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
namespace PowerLauncher.UI
{
@@ -20,7 +7,7 @@ namespace PowerLauncher.UI
public LauncherControl()
{
this.InitializeComponent();
ShellBarShadow.Receivers.Add(ShadowReceiverGrid);
ShellBarShadow.Receivers.Add(ShadowReceiverGrid);
}
}
}
}