initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
24
App_Code/Shared/IIncludeComponent.vb
Normal file
24
App_Code/Shared/IIncludeComponent.vb
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports BaseClasses.Utils.DbUtils
|
||||
|
||||
Namespace Persons.UI
|
||||
|
||||
|
||||
|
||||
Public Interface IIncludeComponent
|
||||
|
||||
#Region "Interface Properties"
|
||||
|
||||
Property Visible() as Boolean
|
||||
|
||||
Sub SaveData()
|
||||
|
||||
|
||||
#End Region
|
||||
|
||||
End Interface
|
||||
|
||||
|
||||
End Namespace
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue