Example #1
0
        public GraphControl()
        {
            InitializeComponent();

            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

             graphConsumer = new GraphConsumer(this);
             timer.Start();
        }
Example #2
0
        public GraphControl()
        {
            InitializeComponent();

            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

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