Example #1
0
        }  // Clear

        private void buttonD_Click(object sender, EventArgs e) // обход в ширину
        {
            int n = Convert.ToUInt16(numericUpDown1.Value);

            labelOut.Text    = graph.Breadth(n);
            labelOut.Visible = true;
        }