コード例 #1
0
 public void ApplyHint(BaseHint hint)
 {
     appliedHints.Add(hint);
     tree.Reorder(hint.GetOrderIds());
 }