コード例 #1
0
 protected GalleyBaseViewModel(GalleyCreateType createType)
 {
     CreateViewType = createType;
 }
コード例 #2
0
 protected GalleyBaseMasterViewModel(GalleyCreateType createType) : base(createType)
 {
 }