Visual-Basic-.Net-MAUI-Clas.../Start.vb

21 lines
430 B
VB.net

Imports Microsoft.Maui.Controls
Namespace MauiLib
' All the code in this file is included in all platforms.
Public Class Start
Inherits ContentPage
'Add controls here
Public Sub New()
'Specify Controls with customization and then add parent to Me.Content
'Me.Content = 'Replace parent control here'
End Sub
End Class
End Namespace