Refactoring
This commit is contained in:
parent
d3836d6cfc
commit
a7ef4b0af7
3 changed files with 25 additions and 33 deletions
|
|
@ -97,7 +97,7 @@ public class CaculatorController
|
|||
{
|
||||
if (_data.Caculated)
|
||||
{
|
||||
Clear(full: false);
|
||||
Clear(full: true);
|
||||
}
|
||||
|
||||
_data.Input = _inputService.TryInput(_data.Input + obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue