The Presenter get data from the View through Presenter Interfaces. As shown in the following codes:Code SnippetInterface ICustomerViewproperty CustomerNo as Integerproperty Name as stringproperty Address as StringEnd Interface
To get data from the View:Code SnippetClass CustomerPageÃÂ Implements ICustomerViewproperty CustomerNo As IntegerGetReturn txtCustomerNo.textEnd GetSet (Value as Integer)txtCustomerNo.Text = ValueEnd Setend property'ETC.End Class
Now How about the Model, do I have to create an ...
Go to the complete details ...
Found interesting? Add this to: