Exemplo n.º 1
0
 public ICalculation First()
 {
     Current = 0;
     return(History.GetCalculation(Current));
 }