private void RunExperiment_Click(object sender, EventArgs e) { TrackingPanel.Width = this.Width; TrackingPanel.Height = this.ClientRectangle.Height; TrackingPanel.Top = this.Top; TrackingPanel.Left = this.Left; TrackingPanel.BringToFront(); TrackingPanel.Enabled = true; ReadGazeTimer.Start(); TrackingPanel.Visible = true; blackboard.ShowNextSlide(); }
private void Replay_Click(object sender, EventArgs e) { tobii.LoadTobiiProfile(ParticipantCodeBox.Text, CalibrationFileReplay.Text, GazeFileReplay.Text); ReadGazeTimer.Start(); }