File tree Expand file tree Collapse file tree 11 files changed +21
-16
lines changed Expand file tree Collapse file tree 11 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 1
- <Page
1
+ <ui : Page
2
2
x : Class =" Flow.Launcher.Resources.Pages.WelcomePage1"
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
6
xmlns : local =" clr-namespace:Flow.Launcher.Resources.Pages"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : ui =" http://schemas.modernwpf.com/2019"
8
9
Title =" WelcomePage1"
9
10
DataContext =" {Binding RelativeSource={RelativeSource Self}}"
10
11
mc : Ignorable =" d" >
148
149
</StackPanel >
149
150
</Grid >
150
151
</ScrollViewer >
151
- </Page >
152
+ </ui : Page >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace Flow.Launcher.Resources.Pages
25
25
/// <summary>
26
26
/// WelcomePage1.xaml에 대한 상호 작용 논리
27
27
/// </summary>
28
- public partial class WelcomePage1 : Page
28
+ public partial class WelcomePage1
29
29
{
30
30
31
31
public WelcomePage1 ( Settings settings )
Original file line number Diff line number Diff line change 1
- <Page
1
+ <ui : Page
2
2
x : Class =" Flow.Launcher.Resources.Pages.WelcomePage2"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
119
119
</StackPanel >
120
120
</Grid >
121
121
</ScrollViewer >
122
- </Page >
122
+ </ui : Page >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namespace Flow.Launcher.Resources.Pages
20
20
/// <summary>
21
21
/// WelcomePage2.xaml에 대한 상호 작용 논리
22
22
/// </summary>
23
- public partial class WelcomePage2 : Page
23
+ public partial class WelcomePage2
24
24
{
25
25
private readonly Settings settings ;
26
26
Original file line number Diff line number Diff line change 1
- <Page
1
+ <ui : Page
2
2
x : Class =" Flow.Launcher.Resources.Pages.WelcomePage3"
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
6
xmlns : local =" clr-namespace:Flow.Launcher.Resources.Pages"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : ui =" http://schemas.modernwpf.com/2019"
8
9
Title =" WelcomePage3"
9
10
mc : Ignorable =" d" >
10
11
<Page .Resources>
303
304
304
305
</Grid >
305
306
</ScrollViewer >
306
- </Page >
307
+ </ui : Page >
Original file line number Diff line number Diff line change 17
17
namespace Flow . Launcher . Resources . Pages
18
18
{
19
19
20
- public partial class WelcomePage3 : Page
20
+ public partial class WelcomePage3
21
21
{
22
22
public WelcomePage3 ( )
23
23
{
Original file line number Diff line number Diff line change 1
- <Page
1
+ <ui : Page
2
2
x : Class =" Flow.Launcher.Resources.Pages.WelcomePage4"
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
6
xmlns : local =" clr-namespace:Flow.Launcher.Resources.Pages"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : ui =" http://schemas.modernwpf.com/2019"
8
9
Title =" WelcomePage4"
9
10
d : DesignHeight =" 450"
10
11
d : DesignWidth =" 800"
132
133
</StackPanel >
133
134
</Grid >
134
135
</ScrollViewer >
135
- </Page >
136
+ </ui : Page >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace Flow.Launcher.Resources.Pages
18
18
/// <summary>
19
19
/// WelcomePage4.xaml에 대한 상호 작용 논리
20
20
/// </summary>
21
- public partial class WelcomePage4 : Page
21
+ public partial class WelcomePage4
22
22
{
23
23
public WelcomePage4 ( )
24
24
{
Original file line number Diff line number Diff line change 1
- <Page
1
+ <ui : Page
2
2
x : Class =" Flow.Launcher.Resources.Pages.WelcomePage5"
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
6
xmlns : local =" clr-namespace:Flow.Launcher.Resources.Pages"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : ui =" http://schemas.modernwpf.com/2019"
8
9
xmlns : userSettings =" clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure"
9
10
Title =" WelcomePage5"
10
11
d : DesignHeight =" 450"
118
119
</StackPanel >
119
120
</Grid >
120
121
</ScrollViewer >
121
- </Page >
122
+ </ui : Page >
Original file line number Diff line number Diff line change 21
21
22
22
namespace Flow . Launcher . Resources . Pages
23
23
{
24
- public partial class WelcomePage5 : Page
24
+ public partial class WelcomePage5
25
25
{
26
26
private const string StartupPath = "SOFTWARE\\ Microsoft\\ Windows\\ CurrentVersion\\ Run" ;
27
27
private readonly Settings settings ;
You can’t perform that action at this time.
0 commit comments