private void reservoirChip_Click(object sender, EventArgs e) { InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\ReservoirChip.xml"); wizard.ShowDialog(); }
private void syringeCell_Click(object sender, EventArgs e) { InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\SyringeCell.xml"); wizard.ShowDialog(); }
private void injectionPortSeptum_Click(object sender, EventArgs e) { InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\InjectionPortSeptum.xml"); wizard.ShowDialog(); }
private void autoSampleSyringe_Click(object sender, EventArgs e) { InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\AutoSamplerSyringe.xml"); wizard.ShowDialog(); }
private void solventLevels_Click(object sender, EventArgs e) { InitiumTroubleshoot wizard = new InitiumTroubleshoot("C:\\TroubleshootingWizard\\SolventLevels.xml"); wizard.ShowDialog(); }