コード例 #1
0
 public BoolFilterParameterViewModel(BoolFilterParameterModel parameter)
     : base(parameter)
 {
     currentValue = parameter.Value;
 }