Removed AppBar, OperatorTextBox and OperandTextBox controls (#440)
Fixes #407 Removed AppBar, OperatorTextBox and OperandTextBox controls
This commit is contained in:
committed by
Daniel Belcher
parent
7a7ceb5888
commit
c150cd4ece
@@ -70,8 +70,6 @@ namespace CalculatorApp
|
||||
void OnPageLoaded(_In_ Platform::Object^ sender, _In_ Windows::UI::Xaml::RoutedEventArgs^ e);
|
||||
void OnPageUnLoaded(_In_ Platform::Object^, _In_ Windows::UI::Xaml::RoutedEventArgs^);
|
||||
|
||||
void PinUnpinAppBarButtonOnClicked(_In_ Platform::Object^ sender, _In_ Windows::UI::Xaml::RoutedEventArgs^ e);
|
||||
|
||||
void EnsureCalculator();
|
||||
void EnsureConverter();
|
||||
void EnsureDateCalculator();
|
||||
|
Reference in New Issue
Block a user