Class DomainObject | |
End Class | |
Class Invoice | |
Inherits DomainObject | |
Public Sub Print(copies As Integer) | |
' Sends contents of invoice to default printer. | |
End Sub | |
End Class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment