File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1- Imports VBAudioRouter.Utils
1+ Imports VBAudioRouter.Dialogs
2+ Imports VBAudioRouter.Utils
23Imports Windows.UI
34Imports Windows.UI.Core.Preview
45
Original file line number Diff line number Diff line change 11<ContentDialog
2- x : Class =" VBAudioRouter.CloseConfirmDialog"
2+ x : Class =" VBAudioRouter.Dialogs. CloseConfirmDialog"
33 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
55 xmlns : local =" using:VBAudioRouter"
99 Title =" Closing"
1010 PrimaryButtonText =" Yes"
1111 SecondaryButtonText =" No"
12- PrimaryButtonClick =" ContentDialog_PrimaryButtonClick"
13- SecondaryButtonClick =" ContentDialog_SecondaryButtonClick" >
12+ RequestedTheme =" Dark" >
1413
1514 <StackPanel >
1615 <TextBlock >
Original file line number Diff line number Diff line change 1- ' The Content Dialog item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238
1+ Namespace Dialogs
22
3- Public NotInheritable Class CloseConfirmDialog
4- Inherits ContentDialog
3+ Public NotInheritable Class CloseConfirmDialog
4+ Inherits ContentDialog
5+ End Class
56
6- Private Sub ContentDialog_PrimaryButtonClick(sender As ContentDialog, args As ContentDialogButtonClickEventArgs)
7-
8- End Sub
9-
10- Private Sub ContentDialog_SecondaryButtonClick(sender As ContentDialog, args As ContentDialogButtonClickEventArgs)
11-
12- End Sub
13- End Class
7+ End Namespace
You can’t perform that action at this time.
0 commit comments