Catch exception when trying to share (#1203)

* Fix crash

* Fix errors
This commit is contained in:
Pepe Rivera
2020-05-05 09:36:09 -07:00
committed by GitHub
parent f9a1ae1a28
commit 9817738307
2 changed files with 32 additions and 12 deletions

View File

@@ -106,6 +106,7 @@ public ref class GraphingCalculator sealed : public Windows::UI::Xaml::Data::INo
void OnVisualStateChanged(Platform::Object ^ sender, Windows::UI::Xaml::VisualStateChangedEventArgs ^ e);
std::wstringstream FormatTraceValue(double min, double max, float pointValue);
void GraphViewButton_Click(Platform::Object ^ sender, Windows::UI::Xaml::RoutedEventArgs ^ e);
void ShowShareError();
};
}