more work
This commit is contained in:
@@ -38,7 +38,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
|
||||
set
|
||||
{
|
||||
action.Id = value;
|
||||
OnPropertyChanged();
|
||||
OnPropertyChanged(nameof(InheritedId));
|
||||
}
|
||||
}
|
||||
@@ -73,7 +72,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
|
||||
set
|
||||
{
|
||||
action.DestPath = value;
|
||||
OnPropertyChanged();
|
||||
OnPropertyChanged(nameof(InheritedDestPath));
|
||||
}
|
||||
}
|
||||
@@ -90,7 +88,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
|
||||
set
|
||||
{
|
||||
action.SourceType = value;
|
||||
OnPropertyChanged();
|
||||
OnPropertyChanged(nameof(InheritedSourceType));
|
||||
}
|
||||
}
|
||||
@@ -125,7 +122,6 @@ public class InstallActionViewModel(InstallAction action, IActionSet baseActions
|
||||
set
|
||||
{
|
||||
action.Side = value;
|
||||
OnPropertyChanged();
|
||||
OnPropertyChanged(nameof(InheritedSide));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user