10 lines
293 B
VB.net
10 lines
293 B
VB.net
Imports DevExpress.Xpf.LayoutControl
|
|
Imports System.ComponentModel
|
|
Public Class tsLayoutItem
|
|
Inherits LayoutItem
|
|
'<DesignerSerializationVisibility(DesignerSerializationVisibility.Content)>
|
|
Public Property PropiedadesTS As New PropiedadesTS
|
|
Public Event cargado()
|
|
|
|
End Class
|