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