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