Exemplo n.º 1
0
        public GraphControl()
        {
            InitializeComponent();

            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

             graphConsumer = new GraphConsumer(this);
             timer.Start();
        }
Exemplo n.º 2
0
        public GraphControl()
        {
            InitializeComponent();

            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

            graphConsumer = new GraphConsumer(this);
            timer.Start();
        }