Remove saved commands from CalculatorManager (#1230)

This commit is contained in:
Rudy Huyn 2020-05-25 10:43:31 -07:00 committed by GitHub
parent 79bd149b12
commit c37f540265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 152 deletions

View file

@ -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);