mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-08 06:00:45 -07:00
Remove saved commands from CalculatorManager (#1230)
This commit is contained in:
parent
79bd149b12
commit
c37f540265
5 changed files with 1 additions and 152 deletions
|
@ -38,7 +38,6 @@ namespace CalculatorApp
|
|||
public:
|
||||
StandardCalculatorViewModel();
|
||||
void UpdateOperand(int pos, Platform::String ^ text);
|
||||
void UpdateCommandsInRecordingMode();
|
||||
|
||||
OBSERVABLE_OBJECT_CALLBACK(OnPropertyChanged);
|
||||
OBSERVABLE_PROPERTY_RW(Platform::String ^, DisplayValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue