Skip to content

Commit 09e1938

Browse files
committed
refactor
1 parent 34c363d commit 09e1938

2 files changed

Lines changed: 142 additions & 135 deletions

File tree

dev/DevWinUI.Gallery/Assets/NavViewMenu/AppData.json

Lines changed: 121 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -14,90 +14,70 @@
1414
]
1515
},
1616
{
17-
"UniqueId": "Win2dFeatures",
17+
"UniqueId": "Common",
1818
"SectionId": "DevWinUIGallery.Views.DemoSectionPage",
19-
"Title": "Features (Win2D)",
20-
"ImagePath": "ms-appx:///Assets/Fluent/Canvas.png",
19+
"Title": "Common",
20+
"ImagePath": "ms-appx:///Assets/Fluent/Extensions.png",
2121
"Items": [
22-
{
23-
"UniqueId": "DevWinUIGallery.Views.ModalWindowPage",
24-
"Title": "ModalWindow",
25-
"Subtitle": "ModalWindow",
26-
"IsNew": true,
27-
"ImagePath": "ms-appx:///Assets/Fluent/CreateMultipleWindows.png"
28-
},
29-
{
30-
"UniqueId": "DevWinUIGallery.Views.HatchPage",
31-
"Title": "Hatch",
32-
"Subtitle": "Hatch",
33-
"IsNew": true,
34-
"ImagePath": "ms-appx:///Assets/Fluent/Grid.png"
35-
},
36-
{
37-
"UniqueId": "DevWinUIGallery.Views.TiledImageBrushPage",
38-
"Title": "TiledImageBrush",
39-
"Subtitle": "TiledImageBrush",
40-
"ImagePath": "ms-appx:///Assets/Fluent/GridView.png"
41-
},
42-
{
43-
"UniqueId": "DevWinUIGallery.Views.OutlineTextControlPage",
44-
"Title": "OutlineTextControl",
45-
"Subtitle": "OutlineTextControl",
46-
"ImagePath": "ms-appx:///Assets/Fluent/TextBlock.png"
47-
},
48-
{
49-
"UniqueId": "DevWinUIGallery.Views.WatermarkPage",
50-
"Title": "Watermark",
51-
"Subtitle": "Watermark a Text or Image",
52-
"ImagePath": "ms-appx:///Assets/Fluent/ListView.png"
53-
},
5422
{
5523
"UniqueId": "DevWinUIGallery.Views.BlurAnimationPage",
5624
"Title": "Blur Animation Helper",
5725
"Subtitle": "Blur Animation Helper",
5826
"ImagePath": "ms-appx:///Assets/Fluent/Acrylic.png"
5927
},
6028
{
61-
"UniqueId": "DevWinUIGallery.Views.TextMorphEffectPage",
62-
"Title": "Text Morph Effect",
63-
"Subtitle": "Text Morhp Effect",
64-
"ImagePath": "ms-appx:///Assets/Fluent/ConnectedAnimation.png"
29+
"UniqueId": "DevWinUIGallery.Views.RichTextFormatterPage",
30+
"Title": "RichTextFormatter",
31+
"Subtitle": "Formats a TextBlock/RichTextBlock using HTML-like formatting codes",
32+
"ImagePath": "ms-appx:///Assets/Fluent/RichEditBox.png"
6533
},
6634
{
67-
"UniqueId": "DevWinUIGallery.Views.TextGlitchEffectPage",
68-
"Title": "Text Glitch Effect",
69-
"Subtitle": "Text Glitch Effect",
70-
"ImagePath": "ms-appx:///Assets/Fluent/SwipeControl.png"
35+
"UniqueId": "DevWinUIGallery.Views.CredentialHelperPage",
36+
"Title": "CredentialHelper",
37+
"Subtitle": "CredentialHelper",
38+
"ImagePath": "ms-appx:///Assets/Fluent/ContentDialog.png"
7139
},
7240
{
73-
"UniqueId": "DevWinUIGallery.Views.TextBlockStrokeViewPage",
74-
"Title": "TextBlock Stroke View",
75-
"Subtitle": "TextBlock Stroke View",
76-
"ImagePath": "ms-appx:///Assets/Fluent/AutoSuggestBox.png"
41+
"UniqueId": "DevWinUIGallery.Views.CompositionHelperPage",
42+
"Title": "CompositionHelper",
43+
"Subtitle": "CompositionHelper",
44+
"ImagePath": "ms-appx:///Assets/Fluent/ImplicitTransition.png"
7745
},
7846
{
79-
"UniqueId": "DevWinUIGallery.Views.ParticlePage",
80-
"Title": "Particle",
81-
"Subtitle": "Particle",
82-
"ImagePath": "ms-appx:///Assets/Fluent/Line.png"
47+
"UniqueId": "DevWinUIGallery.Views.ValidationPage",
48+
"Title": "Validation",
49+
"Subtitle": "Validation",
50+
"ImagePath": "ms-appx:///Assets/Fluent/Behaviors.png"
8351
},
8452
{
85-
"UniqueId": "DevWinUIGallery.Views.WaveCirclePage",
86-
"Title": "WaveCircle",
87-
"Subtitle": "WaveCircle",
88-
"ImagePath": "ms-appx:///Assets/Fluent/InkToolbar.png"
53+
"UniqueId": "DevWinUIGallery.Views.RainbowFramePage",
54+
"Title": "Rainbow Frame",
55+
"Subtitle": "A window with Rainbow Frame",
56+
"ImagePath": "ms-appx:///Assets/Fluent/ColorPaletteResources.png"
8957
},
9058
{
91-
"UniqueId": "DevWinUIGallery.Views.BubblePage",
92-
"Title": "Bubble",
93-
"Subtitle": "Bubble",
94-
"ImagePath": "ms-appx:///Assets/Fluent/EasingFunction.png"
59+
"UniqueId": "DevWinUIGallery.Views.ExtensionPage",
60+
"Title": "Extensions",
61+
"Subtitle": "Extensions",
62+
"ImagePath": "ms-appx:///Assets/Fluent/Extensions.png"
9563
},
9664
{
97-
"UniqueId": "DevWinUIGallery.Views.GooeyPage",
98-
"Title": "Gooey",
99-
"Subtitle": "Gooey",
100-
"ImagePath": "ms-appx:///Assets/Fluent/ParallaxView.png"
65+
"UniqueId": "DevWinUIGallery.Views.ThemeManagerPage",
66+
"Title": "ThemeService",
67+
"Subtitle": "Change Application Theme and Material Easily",
68+
"ImagePath": "ms-appx:///Assets/Fluent/RevealFocus.png"
69+
},
70+
{
71+
"UniqueId": "DevWinUIGallery.Views.CheckUpdatePage",
72+
"Title": "Update Helper",
73+
"Subtitle": "Check Application Update from Github",
74+
"ImagePath": "ms-appx:///Assets/Fluent/Update.png"
75+
},
76+
{
77+
"UniqueId": "DevWinUIGallery.Views.FileAndFolderPickerPage",
78+
"Title": "File And Folder Picker Helper",
79+
"Subtitle": "File And Folder Picker",
80+
"ImagePath": "ms-appx:///Assets/Fluent/FilePicker.png"
10181
}
10282
]
10383
},
@@ -108,6 +88,13 @@
10888
"ImagePath": "ms-appx:///Assets/Fluent/RatingControl.png",
10989
"IsSpecialSection": false,
11090
"Items": [
91+
{
92+
"UniqueId": "DevWinUIGallery.Views.ModalWindowPage",
93+
"Title": "ModalWindow",
94+
"Subtitle": "ModalWindow",
95+
"IsNew": true,
96+
"ImagePath": "ms-appx:///Assets/Fluent/CreateMultipleWindows.png"
97+
},
11198
{
11299
"UniqueId": "DevWinUIGallery.Views.StepBarPage",
113100
"Title": "StepBar",
@@ -192,13 +179,6 @@
192179
"IsNew": true,
193180
"ImagePath": "ms-appx:///Assets/Fluent/CalendarView.png"
194181
},
195-
{
196-
"UniqueId": "DevWinUIGallery.Views.RichTextFormatterPage",
197-
"Title": "RichTextFormatter",
198-
"Subtitle": "Formats a TextBlock/RichTextBlock using HTML-like formatting codes",
199-
"IsNew": true,
200-
"ImagePath": "ms-appx:///Assets/Fluent/RichEditBox.png"
201-
},
202182
{
203183
"UniqueId": "DevWinUIGallery.Views.ProgressButtonPage",
204184
"Title": "ProgressButton",
@@ -246,18 +226,6 @@
246226
"Subtitle": "LongShadowTextBlock",
247227
"ImagePath": "ms-appx:///Assets/Fluent/RichEditBox.png"
248228
},
249-
{
250-
"UniqueId": "DevWinUIGallery.Views.CredentialHelperPage",
251-
"Title": "CredentialHelper",
252-
"Subtitle": "CredentialHelper",
253-
"ImagePath": "ms-appx:///Assets/Fluent/ContentDialog.png"
254-
},
255-
{
256-
"UniqueId": "DevWinUIGallery.Views.CompositionHelperPage",
257-
"Title": "CompositionHelper",
258-
"Subtitle": "CompositionHelper",
259-
"ImagePath": "ms-appx:///Assets/Fluent/ImplicitTransition.png"
260-
},
261229
{
262230
"UniqueId": "DevWinUIGallery.Views.FlipSidePage",
263231
"Title": "FlipSide",
@@ -318,18 +286,6 @@
318286
"Subtitle": "A page with options",
319287
"ImagePath": "ms-appx:///Assets/Fluent/OptionsPageControl.png"
320288
},
321-
{
322-
"UniqueId": "DevWinUIGallery.Views.RainbowFramePage",
323-
"Title": "Rainbow Frame",
324-
"Subtitle": "A window with Rainbow Frame",
325-
"ImagePath": "ms-appx:///Assets/Fluent/ColorPaletteResources.png"
326-
},
327-
{
328-
"UniqueId": "DevWinUIGallery.Views.FileAndFolderPickerPage",
329-
"Title": "File And Folder Picker",
330-
"Subtitle": "File And Folder Picker",
331-
"ImagePath": "ms-appx:///Assets/Fluent/FilePicker.png"
332-
},
333289
{
334290
"UniqueId": "DevWinUIGallery.Views.StylesPage",
335291
"Title": "Styles",
@@ -343,34 +299,85 @@
343299
"ImagePath": "ms-appx:///Assets/Fluent/SwitchPresenter.png"
344300
},
345301
{
346-
"UniqueId": "DevWinUIGallery.Views.ValidationPage",
347-
"Title": "Validation",
348-
"Subtitle": "Validation",
349-
"ImagePath": "ms-appx:///Assets/Fluent/Behaviors.png"
302+
"UniqueId": "DevWinUIGallery.Views.InlineAutoCompleteTextBoxPage",
303+
"Title": "Inline AutoComplete TextBox",
304+
"Subtitle": "Inline AutoComplete TextBox",
305+
"ImagePath": "ms-appx:///Assets/Fluent/HyperlinkButton.png"
306+
}
307+
]
308+
},
309+
{
310+
"UniqueId": "Win2dFeatures",
311+
"SectionId": "DevWinUIGallery.Views.DemoSectionPage",
312+
"Title": "Features (Win2D)",
313+
"ImagePath": "ms-appx:///Assets/Fluent/Canvas.png",
314+
"Items": [
315+
{
316+
"UniqueId": "DevWinUIGallery.Views.HatchPage",
317+
"Title": "Hatch",
318+
"Subtitle": "Hatch",
319+
"IsNew": true,
320+
"ImagePath": "ms-appx:///Assets/Fluent/Grid.png"
350321
},
351322
{
352-
"UniqueId": "DevWinUIGallery.Views.ExtensionPage",
353-
"Title": "Extension",
354-
"Subtitle": "Extension",
355-
"ImagePath": "ms-appx:///Assets/Fluent/Extensions.png"
323+
"UniqueId": "DevWinUIGallery.Views.TiledImageBrushPage",
324+
"Title": "TiledImageBrush",
325+
"Subtitle": "TiledImageBrush",
326+
"ImagePath": "ms-appx:///Assets/Fluent/GridView.png"
356327
},
357328
{
358-
"UniqueId": "DevWinUIGallery.Views.ThemeManagerPage",
359-
"Title": "ThemeService",
360-
"Subtitle": "Change Application Theme and Material Easily",
361-
"ImagePath": "ms-appx:///Assets/Fluent/RevealFocus.png"
329+
"UniqueId": "DevWinUIGallery.Views.OutlineTextControlPage",
330+
"Title": "OutlineTextControl",
331+
"Subtitle": "OutlineTextControl",
332+
"ImagePath": "ms-appx:///Assets/Fluent/TextBlock.png"
362333
},
363334
{
364-
"UniqueId": "DevWinUIGallery.Views.CheckUpdatePage",
365-
"Title": "Check Update",
366-
"Subtitle": "Check Application Update from Github",
367-
"ImagePath": "ms-appx:///Assets/Fluent/Update.png"
335+
"UniqueId": "DevWinUIGallery.Views.WatermarkPage",
336+
"Title": "Watermark",
337+
"Subtitle": "Watermark a Text or Image",
338+
"ImagePath": "ms-appx:///Assets/Fluent/ListView.png"
368339
},
369340
{
370-
"UniqueId": "DevWinUIGallery.Views.InlineAutoCompleteTextBoxPage",
371-
"Title": "Inline AutoComplete TextBox",
372-
"Subtitle": "Inline AutoComplete TextBox",
373-
"ImagePath": "ms-appx:///Assets/Fluent/HyperlinkButton.png"
341+
"UniqueId": "DevWinUIGallery.Views.TextMorphEffectPage",
342+
"Title": "Text Morph Effect",
343+
"Subtitle": "Text Morhp Effect",
344+
"ImagePath": "ms-appx:///Assets/Fluent/ConnectedAnimation.png"
345+
},
346+
{
347+
"UniqueId": "DevWinUIGallery.Views.TextGlitchEffectPage",
348+
"Title": "Text Glitch Effect",
349+
"Subtitle": "Text Glitch Effect",
350+
"ImagePath": "ms-appx:///Assets/Fluent/SwipeControl.png"
351+
},
352+
{
353+
"UniqueId": "DevWinUIGallery.Views.TextBlockStrokeViewPage",
354+
"Title": "TextBlock Stroke View",
355+
"Subtitle": "TextBlock Stroke View",
356+
"ImagePath": "ms-appx:///Assets/Fluent/AutoSuggestBox.png"
357+
},
358+
{
359+
"UniqueId": "DevWinUIGallery.Views.ParticlePage",
360+
"Title": "Particle",
361+
"Subtitle": "Particle",
362+
"ImagePath": "ms-appx:///Assets/Fluent/Line.png"
363+
},
364+
{
365+
"UniqueId": "DevWinUIGallery.Views.WaveCirclePage",
366+
"Title": "WaveCircle",
367+
"Subtitle": "WaveCircle",
368+
"ImagePath": "ms-appx:///Assets/Fluent/InkToolbar.png"
369+
},
370+
{
371+
"UniqueId": "DevWinUIGallery.Views.BubblePage",
372+
"Title": "Bubble",
373+
"Subtitle": "Bubble",
374+
"ImagePath": "ms-appx:///Assets/Fluent/EasingFunction.png"
375+
},
376+
{
377+
"UniqueId": "DevWinUIGallery.Views.GooeyPage",
378+
"Title": "Gooey",
379+
"Subtitle": "Gooey",
380+
"ImagePath": "ms-appx:///Assets/Fluent/ParallaxView.png"
374381
}
375382
]
376383
},

dev/DevWinUI.Gallery/T4Templates/NavigationPageMappings.cs

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@ public partial class NavigationPageMappings
1414
public static Dictionary<string, Type> PageDictionary { get; } = new Dictionary<string, Type>
1515
{
1616
{"DevWinUIGallery.Views.HomeLandingPage", typeof(DevWinUIGallery.Views.HomeLandingPage)},
17-
{"DevWinUIGallery.Views.ModalWindowPage", typeof(DevWinUIGallery.Views.ModalWindowPage)},
18-
{"DevWinUIGallery.Views.HatchPage", typeof(DevWinUIGallery.Views.HatchPage)},
19-
{"DevWinUIGallery.Views.TiledImageBrushPage", typeof(DevWinUIGallery.Views.TiledImageBrushPage)},
20-
{"DevWinUIGallery.Views.OutlineTextControlPage", typeof(DevWinUIGallery.Views.OutlineTextControlPage)},
21-
{"DevWinUIGallery.Views.WatermarkPage", typeof(DevWinUIGallery.Views.WatermarkPage)},
2217
{"DevWinUIGallery.Views.BlurAnimationPage", typeof(DevWinUIGallery.Views.BlurAnimationPage)},
23-
{"DevWinUIGallery.Views.TextMorphEffectPage", typeof(DevWinUIGallery.Views.TextMorphEffectPage)},
24-
{"DevWinUIGallery.Views.TextGlitchEffectPage", typeof(DevWinUIGallery.Views.TextGlitchEffectPage)},
25-
{"DevWinUIGallery.Views.TextBlockStrokeViewPage", typeof(DevWinUIGallery.Views.TextBlockStrokeViewPage)},
26-
{"DevWinUIGallery.Views.ParticlePage", typeof(DevWinUIGallery.Views.ParticlePage)},
27-
{"DevWinUIGallery.Views.WaveCirclePage", typeof(DevWinUIGallery.Views.WaveCirclePage)},
28-
{"DevWinUIGallery.Views.BubblePage", typeof(DevWinUIGallery.Views.BubblePage)},
29-
{"DevWinUIGallery.Views.GooeyPage", typeof(DevWinUIGallery.Views.GooeyPage)},
18+
{"DevWinUIGallery.Views.RichTextFormatterPage", typeof(DevWinUIGallery.Views.RichTextFormatterPage)},
19+
{"DevWinUIGallery.Views.CredentialHelperPage", typeof(DevWinUIGallery.Views.CredentialHelperPage)},
20+
{"DevWinUIGallery.Views.CompositionHelperPage", typeof(DevWinUIGallery.Views.CompositionHelperPage)},
21+
{"DevWinUIGallery.Views.ValidationPage", typeof(DevWinUIGallery.Views.ValidationPage)},
22+
{"DevWinUIGallery.Views.RainbowFramePage", typeof(DevWinUIGallery.Views.RainbowFramePage)},
23+
{"DevWinUIGallery.Views.ExtensionPage", typeof(DevWinUIGallery.Views.ExtensionPage)},
24+
{"DevWinUIGallery.Views.ThemeManagerPage", typeof(DevWinUIGallery.Views.ThemeManagerPage)},
25+
{"DevWinUIGallery.Views.CheckUpdatePage", typeof(DevWinUIGallery.Views.CheckUpdatePage)},
26+
{"DevWinUIGallery.Views.FileAndFolderPickerPage", typeof(DevWinUIGallery.Views.FileAndFolderPickerPage)},
27+
{"DevWinUIGallery.Views.ModalWindowPage", typeof(DevWinUIGallery.Views.ModalWindowPage)},
3028
{"DevWinUIGallery.Views.StepBarPage", typeof(DevWinUIGallery.Views.StepBarPage)},
3129
{"DevWinUIGallery.Views.LayoutTransformerPage", typeof(DevWinUIGallery.Views.LayoutTransformerPage)},
3230
{"DevWinUIGallery.Views.GoToTopPage", typeof(DevWinUIGallery.Views.GoToTopPage)},
@@ -39,16 +37,13 @@ public partial class NavigationPageMappings
3937
{"DevWinUIGallery.Views.ClockPage", typeof(DevWinUIGallery.Views.ClockPage)},
4038
{"DevWinUIGallery.Views.DateTimePickerPage", typeof(DevWinUIGallery.Views.DateTimePickerPage)},
4139
{"DevWinUIGallery.Views.CalendarWithClockPage", typeof(DevWinUIGallery.Views.CalendarWithClockPage)},
42-
{"DevWinUIGallery.Views.RichTextFormatterPage", typeof(DevWinUIGallery.Views.RichTextFormatterPage)},
4340
{"DevWinUIGallery.Views.ProgressButtonPage", typeof(DevWinUIGallery.Views.ProgressButtonPage)},
4441
{"DevWinUIGallery.Views.TextBoxPage", typeof(DevWinUIGallery.Views.TextBoxPage)},
4542
{"DevWinUIGallery.Views.TileControlPage", typeof(DevWinUIGallery.Views.TileControlPage)},
4643
{"DevWinUIGallery.Views.PinBoxPage", typeof(DevWinUIGallery.Views.PinBoxPage)},
4744
{"DevWinUIGallery.Views.SelectorBarSegmentedPage", typeof(DevWinUIGallery.Views.SelectorBarSegmentedPage)},
4845
{"DevWinUIGallery.Views.ColorfulShimmingEffectPage", typeof(DevWinUIGallery.Views.ColorfulShimmingEffectPage)},
4946
{"DevWinUIGallery.Views.LongShadowTextBlockPage", typeof(DevWinUIGallery.Views.LongShadowTextBlockPage)},
50-
{"DevWinUIGallery.Views.CredentialHelperPage", typeof(DevWinUIGallery.Views.CredentialHelperPage)},
51-
{"DevWinUIGallery.Views.CompositionHelperPage", typeof(DevWinUIGallery.Views.CompositionHelperPage)},
5247
{"DevWinUIGallery.Views.FlipSidePage", typeof(DevWinUIGallery.Views.FlipSidePage)},
5348
{"DevWinUIGallery.Views.PagerControlPage", typeof(DevWinUIGallery.Views.PagerControlPage)},
5449
{"DevWinUIGallery.Views.AutoScrollViewPage", typeof(DevWinUIGallery.Views.AutoScrollViewPage)},
@@ -59,15 +54,20 @@ public partial class NavigationPageMappings
5954
{"DevWinUIGallery.Views.GravatarPage", typeof(DevWinUIGallery.Views.GravatarPage)},
6055
{"DevWinUIGallery.Views.GrowlPage", typeof(DevWinUIGallery.Views.GrowlPage)},
6156
{"DevWinUIGallery.Views.OptionsPageControlPage", typeof(DevWinUIGallery.Views.OptionsPageControlPage)},
62-
{"DevWinUIGallery.Views.RainbowFramePage", typeof(DevWinUIGallery.Views.RainbowFramePage)},
63-
{"DevWinUIGallery.Views.FileAndFolderPickerPage", typeof(DevWinUIGallery.Views.FileAndFolderPickerPage)},
6457
{"DevWinUIGallery.Views.StylesPage", typeof(DevWinUIGallery.Views.StylesPage)},
6558
{"DevWinUIGallery.Views.SwitchPresenterPage", typeof(DevWinUIGallery.Views.SwitchPresenterPage)},
66-
{"DevWinUIGallery.Views.ValidationPage", typeof(DevWinUIGallery.Views.ValidationPage)},
67-
{"DevWinUIGallery.Views.ExtensionPage", typeof(DevWinUIGallery.Views.ExtensionPage)},
68-
{"DevWinUIGallery.Views.ThemeManagerPage", typeof(DevWinUIGallery.Views.ThemeManagerPage)},
69-
{"DevWinUIGallery.Views.CheckUpdatePage", typeof(DevWinUIGallery.Views.CheckUpdatePage)},
7059
{"DevWinUIGallery.Views.InlineAutoCompleteTextBoxPage", typeof(DevWinUIGallery.Views.InlineAutoCompleteTextBoxPage)},
60+
{"DevWinUIGallery.Views.HatchPage", typeof(DevWinUIGallery.Views.HatchPage)},
61+
{"DevWinUIGallery.Views.TiledImageBrushPage", typeof(DevWinUIGallery.Views.TiledImageBrushPage)},
62+
{"DevWinUIGallery.Views.OutlineTextControlPage", typeof(DevWinUIGallery.Views.OutlineTextControlPage)},
63+
{"DevWinUIGallery.Views.WatermarkPage", typeof(DevWinUIGallery.Views.WatermarkPage)},
64+
{"DevWinUIGallery.Views.TextMorphEffectPage", typeof(DevWinUIGallery.Views.TextMorphEffectPage)},
65+
{"DevWinUIGallery.Views.TextGlitchEffectPage", typeof(DevWinUIGallery.Views.TextGlitchEffectPage)},
66+
{"DevWinUIGallery.Views.TextBlockStrokeViewPage", typeof(DevWinUIGallery.Views.TextBlockStrokeViewPage)},
67+
{"DevWinUIGallery.Views.ParticlePage", typeof(DevWinUIGallery.Views.ParticlePage)},
68+
{"DevWinUIGallery.Views.WaveCirclePage", typeof(DevWinUIGallery.Views.WaveCirclePage)},
69+
{"DevWinUIGallery.Views.BubblePage", typeof(DevWinUIGallery.Views.BubblePage)},
70+
{"DevWinUIGallery.Views.GooeyPage", typeof(DevWinUIGallery.Views.GooeyPage)},
7171
{"DevWinUIGallery.Views.AllLandingsPage", typeof(DevWinUIGallery.Views.AllLandingsPage)},
7272
{"DevWinUIGallery.Views.HomeLandingsPage", typeof(DevWinUIGallery.Views.HomeLandingsPage)},
7373
{"DevWinUIGallery.Views.SettingsGroup", typeof(DevWinUIGallery.Views.SettingsGroup)},

0 commit comments

Comments
 (0)