예제 #1
0
 public TagViewModel(Tag tag, Action <Tag> onRemove = null)
 {
     SetTag(tag);
     OnRemove.Subscribe(() => onRemove?.Invoke(tag));
 }