6233d89e0f
- primo rilascio.
13 lines
295 B
VB.net
13 lines
295 B
VB.net
Imports EgtUILib
|
|
|
|
Public Class ProjectView
|
|
|
|
Private Sub UserControl_Loaded(sender As Object, e As RoutedEventArgs)
|
|
' Inizializzo la scena
|
|
'If Not ProjectScene.Init() Then
|
|
' EgtOutLog("Errore nella creazione della scena")
|
|
'End If
|
|
End Sub
|
|
|
|
End Class
|