mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 19:36:41 +10:00
Project Maintenance
This commit is contained in:
@@ -24,8 +24,8 @@ namespace WPinternals
|
||||
{
|
||||
internal class NokiaModeLabelViewModel : ContextViewModel
|
||||
{
|
||||
private NokiaPhoneModel CurrentModel;
|
||||
private Action<PhoneInterfaces?> RequestModeSwitch;
|
||||
private readonly NokiaPhoneModel CurrentModel;
|
||||
private readonly Action<PhoneInterfaces?> RequestModeSwitch;
|
||||
|
||||
internal NokiaModeLabelViewModel(NokiaPhoneModel CurrentModel, Action<PhoneInterfaces?> RequestModeSwitch)
|
||||
: base()
|
||||
|
||||
Reference in New Issue
Block a user