diff --git a/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs b/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs index 18027804..816da06b 100644 --- a/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs +++ b/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs @@ -13,7 +13,7 @@ namespace SafeExamBrowser.Core.Notifications { class LogNotificationIconResource : IIconResource { - public Uri Uri => new Uri("pack://application:,,,/SafeExamBrowser.UserInterface;component/Images/LogNotification.ico"); + public Uri Uri => new Uri("pack://application:,,,/SafeExamBrowser.UserInterface.Windows10;component/Images/LogNotification.ico"); public bool IsBitmapResource => true; public bool IsXamlResource => false; } diff --git a/SafeExamBrowser.UserInterface/AboutWindow.xaml b/SafeExamBrowser.UserInterface/AboutWindow.xaml index f59c562b..6ab39955 100644 --- a/SafeExamBrowser.UserInterface/AboutWindow.xaml +++ b/SafeExamBrowser.UserInterface/AboutWindow.xaml @@ -1,9 +1,9 @@ - @@ -19,7 +19,7 @@ - + diff --git a/SafeExamBrowser.UserInterface/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface/AboutWindow.xaml.cs index f88fa625..76172037 100644 --- a/SafeExamBrowser.UserInterface/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface/AboutWindow.xaml.cs @@ -12,7 +12,7 @@ using SafeExamBrowser.Contracts.Configuration.Settings; using SafeExamBrowser.Contracts.I18n; using SafeExamBrowser.Contracts.UserInterface; -namespace SafeExamBrowser.UserInterface +namespace SafeExamBrowser.UserInterface.Windows10 { public partial class AboutWindow : Window, IWindow { diff --git a/SafeExamBrowser.UserInterface/BrowserWindow.xaml b/SafeExamBrowser.UserInterface/BrowserWindow.xaml index 18fb1c70..d451e890 100644 --- a/SafeExamBrowser.UserInterface/BrowserWindow.xaml +++ b/SafeExamBrowser.UserInterface/BrowserWindow.xaml @@ -1,9 +1,9 @@ - diff --git a/SafeExamBrowser.UserInterface/BrowserWindow.xaml.cs b/SafeExamBrowser.UserInterface/BrowserWindow.xaml.cs index 9c6ee1be..e02471ff 100644 --- a/SafeExamBrowser.UserInterface/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface/BrowserWindow.xaml.cs @@ -11,7 +11,7 @@ using System.Windows.Input; using SafeExamBrowser.Contracts.Configuration.Settings; using SafeExamBrowser.Contracts.UserInterface; -namespace SafeExamBrowser.UserInterface +namespace SafeExamBrowser.UserInterface.Windows10 { public partial class BrowserWindow : Window, IBrowserWindow { diff --git a/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml b/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml index 50ef9ceb..4569fd69 100644 --- a/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml +++ b/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml @@ -1,9 +1,9 @@ - diff --git a/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml.cs b/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml.cs index abc76f43..1ad21fe3 100644 --- a/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface/Controls/ApplicationButton.xaml.cs @@ -14,9 +14,9 @@ using System.Windows.Controls; using System.Windows.Media; using SafeExamBrowser.Contracts.Configuration; using SafeExamBrowser.Contracts.UserInterface.Taskbar; -using SafeExamBrowser.UserInterface.Utilities; +using SafeExamBrowser.UserInterface.Windows10.Utilities; -namespace SafeExamBrowser.UserInterface.Controls +namespace SafeExamBrowser.UserInterface.Windows10.Controls { public partial class ApplicationButton : UserControl, IApplicationButton { diff --git a/SafeExamBrowser.UserInterface/Controls/ApplicationInstanceButton.xaml b/SafeExamBrowser.UserInterface/Controls/ApplicationInstanceButton.xaml index dd2616a5..8da24d4a 100644 --- a/SafeExamBrowser.UserInterface/Controls/ApplicationInstanceButton.xaml +++ b/SafeExamBrowser.UserInterface/Controls/ApplicationInstanceButton.xaml @@ -1,9 +1,9 @@ -