Beispiel #1
0
        public PostProcessingResults(double[] pre, double[] post, string defaultSaveFileDirectory, string reaWell, string sam, SensorAssignment assignment)
        {
            InitializeComponent();

            this.preResults = pre;
            this.postResults = post;
            this.saveFileDirectory = defaultSaveFileDirectory;
            this.reactionWell = reaWell;
            this.sample = sam;
            this.sensorAssignment = assignment;

            this.sensorNumberRadioButton.Checked = true;

            addDataToGraph();
        }
Beispiel #2
0
        public PostProcessingResults(double[] pre, double[] post, string defaultSaveFileDirectory, string reaWell, string sam, SensorAssignment assignment)
        {
            InitializeComponent();

            this.preResults        = pre;
            this.postResults       = post;
            this.saveFileDirectory = defaultSaveFileDirectory;
            this.reactionWell      = reaWell;
            this.sample            = sam;
            this.sensorAssignment  = assignment;

            this.sensorNumberRadioButton.Checked = true;

            addDataToGraph();
        }