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:
Pepe Rivera 2019-11-19 15:54:24 -08:00 committed by Stephanie Anderl
parent afc1b2146c
commit b55659f236
8 changed files with 177 additions and 75 deletions

View file

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