static void Main(string[] args) { ButtonLogic rb = new ButtonLogic(); rb.SetList(); Console.WriteLine(rb.groupA.Count); }
private void Form1_Load(object sender, EventArgs e) { _bl = new ButtonLogic(); stopwatch = new MyTimer(); _bl.SetList(); SetButtonText(_bl.groupA); }