File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Window
2
- x : Class =" Flow.Launcher.Core. ProgressBoxEx"
2
+ x : Class =" Flow.Launcher.ProgressBoxEx"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
- xmlns : local =" clr-namespace:Flow.Launcher.Core "
6
+ xmlns : local =" clr-namespace:Flow.Launcher"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
8
x : Name =" MessageBoxWindow"
9
9
Width =" 420"
Original file line number Diff line number Diff line change 5
5
using Flow . Launcher . Infrastructure . Logger ;
6
6
using Flow . Launcher . Plugin ;
7
7
8
- namespace Flow . Launcher . Core
8
+ namespace Flow . Launcher
9
9
{
10
10
public partial class ProgressBoxEx : Window , IProgressBoxEx
11
11
{
You can’t perform that action at this time.
0 commit comments