9ab0d0cef5
- Aggiunte: Icona, Title, AboutBox
7 lines
185 B
VB.net
7 lines
185 B
VB.net
Public Class MainMenuV
|
|
Private Sub Button_Click(sender As Object, e As RoutedEventArgs)
|
|
Dim ab As AboutBox = New AboutBox()
|
|
ab.ShowDialog()
|
|
End Sub
|
|
End Class
|