Добавлены Операции и Константы. Изменено оформление формы, так как были отключены кнопки:
- Градусы; - Радианы; - Грады; - Память ((MC, MR, MS, M-, M+); - dms; - F-E.
This commit is contained in:
parent
a9be1638c3
commit
a906568f42
8 changed files with 117 additions and 95 deletions
|
|
@ -9,5 +9,6 @@ public interface ICaculatorView
|
|||
public event Action<bool> ClearPressed;
|
||||
public event Action CalculatePressed;
|
||||
public event Action<Operation> SingleOperatorPressed;
|
||||
public event Action<Constants> Constants;
|
||||
public void UpdateView(string input);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue