Exemplo n.º 1
0
 /// <summary>
 /// Merges the result name with another provided result.
 /// </summary>
 public void Combine(RibbonResult other)
 {
     Name += $" / {other.Name}";
 }
Exemplo n.º 2
0
 public void Combine(RibbonResult other)
 {
     Name += " / " + other.Name;
 }