Skip to content

Commit

Permalink
Move FlyoutTest to FlyoutExample
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Apr 6, 2024
1 parent 0686fb3 commit e105362
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion iNKORE.UI.WPF.Modern.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fonts", "Fonts", "{1413BB5F
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoAppXamlTest", "source\samples\NoAppXamlTest\NoAppXamlTest.csproj", "{7C68372B-A2EE-43DB-A6B1-EC0CA6471BA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlyoutTest", "source\samples\FlyoutTest\FlyoutTest.csproj", "{3614991C-ECC0-474A-BC8E-1D0A56FD0BDE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlyoutExample", "source\samples\FlyoutTest\FlyoutExample.csproj", "{3614991C-ECC0-474A-BC8E-1D0A56FD0BDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarterKit", "source\samples\StarterKit\StarterKit.csproj", "{B13E16CB-55E0-42CB-B761-216D82273473}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions source/samples/FlyoutTest/App.xaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Application x:Class="FlyoutTest.App"
<Application x:Class="FlyoutExample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
xmlns:local="clr-namespace:FlyoutTest"
xmlns:local="clr-namespace:FlyoutExample"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
Expand Down
2 changes: 1 addition & 1 deletion source/samples/FlyoutTest/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 FlyoutTest
namespace FlyoutExample
{
/// <summary>
/// Interaction logic for App.xaml
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions source/samples/FlyoutTest/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Window x:Class="FlyoutTest.MainWindow"
<Window x:Class="FlyoutExample.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:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:local="clr-namespace:FlyoutTest"
xmlns:local="clr-namespace:FlyoutExample"
mc:Ignorable="d"
Title="iNKORE.UI.WPF.Modern Flyout Samples" Height="450" Width="800">
<Grid Margin="20" VerticalAlignment="Center">
Expand Down
2 changes: 1 addition & 1 deletion source/samples/FlyoutTest/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 FlyoutTest
namespace FlyoutExample
{
/// <summary>
/// Interaction logic for MainWindow.xaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/iNKORE-Public/UI.WPF.Modern/tree/main/source/samples/FlyoutTest
https://github.com/iNKORE-Public/UI.WPF.Modern/tree/main/source/samples/FlyoutExample

0 comments on commit e105362

Please sign in to comment.