示例#1
0
        protected void OnShown(object sender, EventArgs e)
        {
            currentChart = Chart.StudyChart;
            neuronChart  = new NeuronChart();
            neuronChart.NeuronSelected += OnNeuronSelected;
            stateChart     = new StateChart();
            countdownChart = new CountDownChart();

            Initialize();
            BindSliders();
            InitializeStudyView();
            pnlScope.Initialized();
            pnlScope.Tick();                                    // refreshes the display to deal with panel height.
        }
示例#2
0
		protected void OnShown(object sender, EventArgs e)
		{
			currentChart = Chart.StudyChart;
			neuronChart = new NeuronChart();
			neuronChart.NeuronSelected += OnNeuronSelected;
			stateChart = new StateChart();
			countdownChart = new CountDownChart();

			Initialize();
			BindSliders();
			InitializeStudyView();
			pnlScope.Initialized();
			pnlScope.Tick();			// refreshes the display to deal with panel height.
		}