Exemple #1
0
 public void SetCommands(CalculatorList <int> commands) => throw new NotImplementedException();
Exemple #2
0
 public COpndCommand(CalculatorList <int> commands, bool fNegative, bool fDecimal, bool fSciFmt) => throw new NotImplementedException();