コード例 #1
0
 public GunPropertiesViewModel(
     TreeViewViewModel treeParent,
     CompoundObjectViewModel parentVm,
     MainViewModel mainVm,
     GunProperties modelObject,
     CoSystemViewModel systemViewModel) :
     base(treeParent, parentVm, mainVm, modelObject, systemViewModel)
 {
 }
コード例 #2
0
 public GunPropertiesViewModel(
     TreeViewViewModel treeParent,
     CompoundObjectViewModel parentVm,
     MainViewModel mainVm,
     GunProperties modelObject) :
     base(treeParent, parentVm, mainVm)
 {
     ModelObject = modelObject;
 }