Change ProgressBoxEx namespace

This commit is contained in:
Jack251970 2025-01-09 21:48:13 +08:00
parent 381e64e697
commit d36aef57e9
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
<Window <Window
x:Class="Flow.Launcher.Core.ProgressBoxEx" x:Class="Flow.Launcher.ProgressBoxEx"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Flow.Launcher.Core" xmlns:local="clr-namespace:Flow.Launcher"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
x:Name="MessageBoxWindow" x:Name="MessageBoxWindow"
Width="420" Width="420"

View file

@ -5,7 +5,7 @@ using System.Windows.Input;
using Flow.Launcher.Infrastructure.Logger; using Flow.Launcher.Infrastructure.Logger;
using Flow.Launcher.Plugin; using Flow.Launcher.Plugin;
namespace Flow.Launcher.Core namespace Flow.Launcher
{ {
public partial class ProgressBoxEx : Window, IProgressBoxEx public partial class ProgressBoxEx : Window, IProgressBoxEx
{ {