Example #1
0
        private void reservoirChip_Click(object sender, EventArgs e)
        {
            InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\ReservoirChip.xml");

            wizard.ShowDialog();
        }
Example #2
0
        private void syringeCell_Click(object sender, EventArgs e)
        {
            InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\SyringeCell.xml");

            wizard.ShowDialog();
        }
Example #3
0
        private void injectionPortSeptum_Click(object sender, EventArgs e)
        {
            InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\InjectionPortSeptum.xml");

            wizard.ShowDialog();
        }
Example #4
0
        private void autoSampleSyringe_Click(object sender, EventArgs e)
        {
            InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\AutoSamplerSyringe.xml");

            wizard.ShowDialog();
        }
Example #5
0
        private void solventLevels_Click(object sender, EventArgs e)
        {
            InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\SolventLevels.xml");

            wizard.ShowDialog();
        }