Esempio n. 1
0
        private void numericUpDown1_ValueChanged(object sender, EventArgs e)
        {
            switch (especiales)
            {
            case "cn": g.AlgoritmoCirculo((int)numericUpDown1.Value, especiales, this.ClientSize.Width, this.ClientSize.Height); break;

            case "kn": g.AlgoritmoCirculo((int)numericUpDown1.Value, especiales, this.ClientSize.Width, this.ClientSize.Height); break;

            case "wn": g.AlgoritmoCirculo((int)numericUpDown1.Value, especiales, this.ClientSize.Width, this.ClientSize.Height); break;
            }
            this.Invalidate();
        }//GRAFOS ESPECIALES