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