public GunPropertiesViewModel( TreeViewViewModel treeParent, CompoundObjectViewModel parentVm, MainViewModel mainVm, GunProperties modelObject, CoSystemViewModel systemViewModel) : base(treeParent, parentVm, mainVm, modelObject, systemViewModel) { }
public GunPropertiesViewModel( TreeViewViewModel treeParent, CompoundObjectViewModel parentVm, MainViewModel mainVm, GunProperties modelObject) : base(treeParent, parentVm, mainVm) { ModelObject = modelObject; }