1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
Public Class SalesInformation Inherits ContactInformation End Class Public Class SupplierInformation Inherits ContactInformation End Class Public Class ContactInformation Inherits System.Web.UI.Page End Class