mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-15 20:00:12 +10:00
Code cleanup
This commit is contained in:
@@ -84,13 +84,13 @@ namespace WPinternals
|
||||
}
|
||||
|
||||
private ContextViewModel _ContextViewModel;
|
||||
public ContextViewModel ContextViewModel
|
||||
{
|
||||
get
|
||||
{
|
||||
return _ContextViewModel;
|
||||
}
|
||||
set
|
||||
public ContextViewModel ContextViewModel
|
||||
{
|
||||
get
|
||||
{
|
||||
return _ContextViewModel;
|
||||
}
|
||||
set
|
||||
{
|
||||
if (_ContextViewModel != value)
|
||||
{
|
||||
@@ -103,7 +103,7 @@ namespace WPinternals
|
||||
}
|
||||
OnPropertyChanged("ContextViewModel");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private SynchronizationContext MainSyncContext;
|
||||
|
||||
Reference in New Issue
Block a user