Here us the description of what I was ihstructed to do by the System Analyst.
Create DELEGATE Class to perform Mortgage computation and return the result back to the calling
FrmMortgage.cs. Apparently my coding are not working as I am not familiar with DELEGATE Class
Here are the Error Message and coding that generated It from FrmMortgage.cs
DescriptionFile
Error 1 Method name expectedFrmMortgage.cs
clsDelegate =
newClassDelegateCalculate.DelegateCalculate(this.txtAmt,
this.txtInt);//<--not working
DescriptionFile
Error 2FrmMortgage.cs
'CSharpDelegate.ClassDelegateCalculate.DelegateCalculate' does not contain a definition
for 'propCalculate' and no extension method 'propCalculate' accepting a first argument of type