コード例 #1
0
        static void Main(string[] args)
        {
            ButtonLogic rb = new ButtonLogic();

            rb.SetList();

            Console.WriteLine(rb.groupA.Count);
        }
コード例 #2
0
        private void Form1_Load(object sender, EventArgs e)
        {
            _bl       = new ButtonLogic();
            stopwatch = new MyTimer();
            _bl.SetList();

            SetButtonText(_bl.groupA);
        }