コード例 #1
0
ファイル: GraphControl.cs プロジェクト: FlopGithub/xoscillo-2
        public GraphControl()
        {
            InitializeComponent();

            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

             graphConsumer = new GraphConsumer(this);
             timer.Start();
        }
コード例 #2
0
        public GraphControl()
        {
            InitializeComponent();

            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

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