Exemplo n.º 1
0
 public bool Expand(string Unit)
 {
     return(tr.Expand(Unit));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Expand the current range to that partial units are completely contained.
 /// </summary>
 /// <param name="ExpandTo"></param>
 /// <returns></returns>
 public bool ExpandRange(MoveUnit ExpandTo)
 {
     return(range.Expand(Enum.GetName(typeof(MoveUnit), ExpandTo).ToLower()));
 }