Resolution for Bit Shift radio button announcements (#1317)

This commit is contained in:
Vignesh M 2020-07-21 03:35:22 +05:30 committed by GitHub
parent ed7bfb8142
commit 264babc608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 72 additions and 22 deletions

View file

@ -267,6 +267,7 @@ namespace CalculatorApp
void OnMaxDigitsReached();
void OnBinaryOperatorReceived();
void OnMemoryItemChanged(unsigned int indexOfMemory);
void SetBitshiftRadioButtonCheckedAnnouncement(Platform::String ^ announcement);
Platform::String ^ GetLocalizedStringFormat(Platform::String ^ format, Platform::String ^ displayValue);
void OnPropertyChanged(Platform::String ^ propertyname);