File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 44
55using Windows . ApplicationModel ;
66
7- namespace CommunityToolkit . App . Shared . Pages
7+ namespace CommunityToolkit . App . Shared . Pages ;
8+
9+ /// <summary>
10+ /// An empty page that can be used on its own or navigated to within a Frame.
11+ /// </summary>
12+ public sealed partial class SettingsPage : Page
813{
9- /// <summary>
10- /// An empty page that can be used on its own or navigated to within a Frame.
11- /// </summary>
12- public sealed partial class SettingsPage : Page
13- {
14- public string AppVersion => $ "Version { Package . Current . Id . Version . Major } .{ Package . Current . Id . Version . Minor } .{ Package . Current . Id . Version . Build } ";
14+ public string AppVersion => $ "Version { Package . Current . Id . Version . Major } .{ Package . Current . Id . Version . Minor } .{ Package . Current . Id . Version . Build } ";
1515
16- public SettingsPage ( )
17- {
18- this . InitializeComponent ( ) ;
19- }
16+ public SettingsPage ( )
17+ {
18+ this . InitializeComponent ( ) ;
2019 }
2120}
You can’t perform that action at this time.
0 commit comments