✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
public class Button : Colleague
{
public Button(IMediator m) : base(m) {}
public override void Click() => M.Notify(this, "click");
}
Чим відрізняється така реалізація від прямого виклику Input.Clear()?