mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
Remove namespaces
This commit is contained in:
+1
-3
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace UnoMediaCollection.Interfaces
|
||||
namespace UnoMediaCollection.Interfaces
|
||||
{
|
||||
public interface INavigationService
|
||||
{
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user