public bool CanMerge(IModelChangeCommand first, IModelChangeCommand second) => AllowMerge;
Example #2
0
 public bool CanMerge(IModelChangeCommand first, IModelChangeCommand second) => false;