- piccole correzioni e aggiunte.
This commit is contained in:
@@ -201,9 +201,10 @@ End Class
|
||||
Public Class _TextBoxParam
|
||||
Inherits GenericParam
|
||||
|
||||
Public Event TextChanged(sender As Object, text As String)
|
||||
#Region "FIELDS & PROPERTIES"
|
||||
|
||||
Public Event TextChanged(sender As Object, text As String)
|
||||
|
||||
Private m_sValue As String = String.Empty
|
||||
Public Property sValue As String
|
||||
Get
|
||||
@@ -261,9 +262,10 @@ End Class
|
||||
Public Class _ComboBoxParam
|
||||
Inherits GenericParam
|
||||
|
||||
Public Event SelectionChanged(sender As Object, selection As ParamCmBx)
|
||||
#Region "FIELDS & PROPERTIES"
|
||||
|
||||
Public Event SelectionChanged(sender As Object, selection As ParamCmBx)
|
||||
|
||||
Private m_ParamCmBxList As New List(Of ParamCmBx)
|
||||
Public Property ParamCmBxList As List(Of ParamCmBx)
|
||||
Get
|
||||
@@ -331,9 +333,11 @@ End Class
|
||||
Public Class _CheckBoxParam
|
||||
Inherits GenericParam
|
||||
|
||||
Public Event CheckChanged(sender As Object, checked As Boolean)
|
||||
|
||||
#Region "FIELDS & PROPERTIES"
|
||||
|
||||
Public Event CheckChanged(sender As Object, checked As Boolean)
|
||||
|
||||
Private m_MsgValue As String = String.Empty
|
||||
Public Property MsgValue As String
|
||||
Get
|
||||
|
||||
Reference in New Issue
Block a user