Exemplo n.º 1
0
 public void SetTotal(double value)
 {
     this.total = value;
     if (handler != null)
     {
         handler.Invoke(value);
     }
 }
Exemplo n.º 2
0
 public void SetTotal(double value)
 {
     this.total = value;
     handler.Invoke(value);
 }