Open Noelg14 opened 2 years ago
Possible option create a pay class
public struct Pay{
string type;
double value;
}
then create a List<Pay> payments = new List<>()
on init of the form
and payments.Add(new Pay(type,value)));
and loop to add on balance / change?
Add text box to allow entering of values for part pay.
Likely requires a refactor of the code in Payment.cs