14 lines
290 B
VB.net
14 lines
290 B
VB.net
Partial Public Class Hidden
|
|
Inherits Page
|
|
|
|
Public Sub New()
|
|
InitializeComponent()
|
|
End Sub
|
|
|
|
'Executes when the user navigates to this page.
|
|
Protected Overrides Sub OnNavigatedTo(ByVal e As System.Windows.Navigation.NavigationEventArgs)
|
|
|
|
End Sub
|
|
|
|
End Class
|