mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-31 12:00:01 -07:00
Update share output (#782)
* fix share bugs * PR feedback * PR feedback and merge fix * Fix spacing and use explicit break * Fix extra space
This commit is contained in:
parent
afc1b2146c
commit
b55659f236
8 changed files with 177 additions and 75 deletions
|
@ -190,6 +190,7 @@ public
|
|||
|
||||
event Windows::Foundation::EventHandler<Windows::Foundation::Collections::IMap<Platform::String ^, double> ^> ^ VariablesUpdated;
|
||||
void SetVariable(Platform::String ^ variableName, double newValue);
|
||||
Platform::String ^ ConvertToLinear(Platform::String ^ mmlString);
|
||||
|
||||
protected:
|
||||
#pragma region Control Overrides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue