Skip to content

Commit d36aef5

Browse files
committed
Change ProgressBoxEx namespace
1 parent 381e64e commit d36aef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Flow.Launcher/ProgressBoxEx.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Window
2-
x:Class="Flow.Launcher.Core.ProgressBoxEx"
2+
x:Class="Flow.Launcher.ProgressBoxEx"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6-
xmlns:local="clr-namespace:Flow.Launcher.Core"
6+
xmlns:local="clr-namespace:Flow.Launcher"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
88
x:Name="MessageBoxWindow"
99
Width="420"

Flow.Launcher/ProgressBoxEx.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Flow.Launcher.Infrastructure.Logger;
66
using Flow.Launcher.Plugin;
77

8-
namespace Flow.Launcher.Core
8+
namespace Flow.Launcher
99
{
1010
public partial class ProgressBoxEx : Window, IProgressBoxEx
1111
{

0 commit comments

Comments
 (0)