Skip to content

Commit 3873083

Browse files
Luke BlevinsLuke Blevins
authored andcommitted
Remove AutoSuggestBox Border and Improve Its Dark Theme
1 parent 5c5060d commit 3873083

File tree

3 files changed

+355
-3
lines changed

3 files changed

+355
-3
lines changed

FileLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ private async void DisplayConsentDialog()
201201
public static bool IsStopRequested = false;
202202
public static bool IsTerminated = true;
203203

204-
205204
public async void GetItemsAsync(string path)
206205
{
207206
Stopwatch stopwatch = new Stopwatch();

ItemInteractions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public Interaction(Page p)
4949
}
5050

5151
public static MessageDialog message;
52-
private static Uri site_uri = new Uri(@"https://duke58701.wixsite.com/files-windows10/sideloading-help");
5352

5453
// Double-tap event for DataGrid
5554
public static async void List_ItemClick(object sender, DoubleTappedRoutedEventArgs e)

0 commit comments

Comments
 (0)