mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 12:59:30 -07:00
Replace wstring used in public methods by Platform::String in CalcViewModel (#768)
This commit is contained in:
parent
049d3f4c6c
commit
136ade6aa8
35 changed files with 536 additions and 553 deletions
|
@ -68,8 +68,6 @@ namespace CalculatorApp
|
|||
void UpdateHistoryVectorLength(_In_ int newValue, _In_ CalculationManager::CALCULATOR_MODE cMode);
|
||||
bool IsValid(_In_ CalculationManager::HISTORYITEM item);
|
||||
|
||||
void MakeHistoryClearedNarratorAnnouncement(Platform::String ^ resourceKey, Platform::String ^ &formatVariable);
|
||||
|
||||
friend class CalculatorDisplay;
|
||||
void UpdateItemSize();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue