Ejemplo n.º 1
0
 public void MidFormButtonList(PuzzlesButton button)
 {
     buttonList.Remove(button);
     MidFromButtonListAction();
     Complete();
 }
Ejemplo n.º 2
0
 public void AddToButtonList(PuzzlesButton button)
 {
     buttonList.Add(button);
     AddToButtonListAction();
     Complete();
 }