Exemple #1
0
 public static void RemoveButton(SAControl button)
 {
     if (buttonList.Contains(button))
     {
         buttonList.RemoveAt(buttonList.IndexOf(button));
     }
 }
Exemple #2
0
 public static void AddButton(SAControl button)
 {
     buttonList.Add(button);
 }