Sorry, but there are no more tags available to filter with.
-
I'm trying to implement a solution using the CSLA 4 framework with a WinForm interface. I have a BusinessBase class that represents an address. The address class has an editable property for State and County, and read-only lists for States and Counties. The goal is to have the class refresh the list...