Пример #1
0
 public void AddLastButton(T button)
 {
     Buttons.AddLast(button);
     CurrentButton = Buttons.First;
 }