mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-15 01:32:51 -07:00
Remove ProgModeRadixChange unload (#641)
This commit is contained in:
parent
ae30322ab9
commit
6b8a83a2f9
7 changed files with 11 additions and 33 deletions
|
@ -32,8 +32,6 @@ namespace CalculatorApp
|
|||
#define ASCII_0 48
|
||||
public
|
||||
delegate void HideMemoryClickedHandler();
|
||||
public
|
||||
delegate void ProgModeRadixChangeHandler();
|
||||
|
||||
[Windows::UI::Xaml::Data::Bindable] public ref class StandardCalculatorViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged
|
||||
{
|
||||
|
@ -90,7 +88,6 @@ namespace CalculatorApp
|
|||
COMMAND_FOR_METHOD(MemorySubtract, StandardCalculatorViewModel::OnMemorySubtract);
|
||||
|
||||
event HideMemoryClickedHandler ^ HideMemoryClicked;
|
||||
event ProgModeRadixChangeHandler ^ ProgModeRadixChange;
|
||||
|
||||
property bool IsShiftChecked
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue