BillingSystemgettersetter bsgs = new BillingSystemgettersetter(); bsgs.total = tot;
public double total { get; set; }
lbltot.Text = Convert.ToString(bsgs.total);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)