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