File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11using System . ComponentModel ;
22using System . Runtime . CompilerServices ;
3- using System . Windows ;
43
54namespace SimpleViewModel . BaseClasses ;
65
@@ -10,11 +9,6 @@ namespace SimpleViewModel.BaseClasses;
109/// </summary>
1110public class BaseViewModel : INotifyPropertyChanged
1211{
13- /// <summary>
14- /// Indicates whether the view model is running in live (non-design) mode.
15- /// </summary>
16- protected readonly bool _isLive = ! DesignerProperties . GetIsInDesignMode ( new DependencyObject ( ) ) ;
17-
1812 /// <inheritdoc/>
1913 public event PropertyChangedEventHandler ? PropertyChanged ;
2014
Original file line number Diff line number Diff line change 99
1010 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1111 <PackageId >SimpleViewModel</PackageId >
12- <Version >0.9.7</Version >
12+ <Version >0.9.7.1 </Version >
1313 <Authors >Derek Gooding</Authors >
1414 <Company >Derek Gooding</Company >
1515 <Description >
You can’t perform that action at this time.
0 commit comments