Skip to content

Commit

Permalink
Changed namespcae
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Apr 6, 2024
1 parent 0aa02ae commit 0686fb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions source/samples/SettingsPageExample/App.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Application x:Class="CardStyleExample.App"
<Application x:Class="SettingsPageExample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CardStyleExample"
xmlns:local="clr-namespace:SettingsPageExample"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
StartupUri="MainWindow.xaml">
<Application.Resources>
Expand Down
2 changes: 1 addition & 1 deletion source/samples/SettingsPageExample/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Data;
using System.Windows;

namespace CardStyleExample
namespace SettingsPageExample
{
/// <summary>
/// Interaction logic for App.xaml
Expand Down
4 changes: 2 additions & 2 deletions source/samples/SettingsPageExample/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Window x:Class="CardStyleExample.MainWindow"
<Window x:Class="SettingsPageExample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
xmlns:local="clr-namespace:CardStyleExample"
xmlns:local="clr-namespace:SettingsPageExample"
mc:Ignorable="d"
ui:WindowHelper.UseModernWindowStyle="True"
ui:WindowHelper.SystemBackdropType="Mica"
Expand Down
2 changes: 1 addition & 1 deletion source/samples/SettingsPageExample/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace CardStyleExample
namespace SettingsPageExample
{
/// <summary>
/// Interaction logic for MainWindow.xaml
Expand Down

0 comments on commit 0686fb3

Please sign in to comment.