From 800f0c3a8a20f95a5b4c78741c5138685bf79d0b Mon Sep 17 00:00:00 2001 From: Alvin Ashcraft Date: Sun, 17 Sep 2023 13:18:00 -0400 Subject: [PATCH] Remove namespaces --- .../Interfaces/INavigationService.cs | 4 +--- .../UnoMediaCollection/ItemDetailsPage.xaml.cs | 16 ++-------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/Interfaces/INavigationService.cs b/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/Interfaces/INavigationService.cs index 3ecb81e..2c2fd4c 100644 --- a/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/Interfaces/INavigationService.cs +++ b/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/Interfaces/INavigationService.cs @@ -1,6 +1,4 @@ -using System; - -namespace UnoMediaCollection.Interfaces +namespace UnoMediaCollection.Interfaces { public interface INavigationService { diff --git a/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/ItemDetailsPage.xaml.cs b/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/ItemDetailsPage.xaml.cs index c78cc8c..92323ef 100644 --- a/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/ItemDetailsPage.xaml.cs +++ b/Chapter13/Complete/UnoMediaCollection/UnoMediaCollection/ItemDetailsPage.xaml.cs @@ -1,16 +1,4 @@ -using Microsoft.UI.Xaml; -using Microsoft.UI.Xaml.Controls; -using Microsoft.UI.Xaml.Controls.Primitives; -using Microsoft.UI.Xaml.Data; -using Microsoft.UI.Xaml.Input; -using Microsoft.UI.Xaml.Media; -using Microsoft.UI.Xaml.Navigation; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Runtime.InteropServices.WindowsRuntime; -using UnoMediaCollection.ViewModels; +using UnoMediaCollection.ViewModels; // The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 @@ -41,4 +29,4 @@ namespace UnoMediaCollection } } } -} +} \ No newline at end of file