Skip to content

Commit 2716c40

Browse files
committed
Move MessageBoxEx to main project for better development experience
1 parent 88e8437 commit 2716c40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Flow.Launcher.Core/MessageBoxEx.xaml renamed to Flow.Launcher/MessageBoxEx.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.MessageBoxEx"
2+
x:Class="Flow.Launcher.MessageBoxEx"
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.Core/MessageBoxEx.xaml.cs renamed to Flow.Launcher/MessageBoxEx.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using Flow.Launcher.Infrastructure.Image;
88
using Flow.Launcher.Infrastructure.Logger;
99

10-
namespace Flow.Launcher.Core
10+
namespace Flow.Launcher
1111
{
1212
public partial class MessageBoxEx : Window
1313
{

0 commit comments

Comments
 (0)