private void btnShowOutput_Click()

in traceabilitytool/mainform.cs [114:117]


        private void btnShowOutput_Click(object sender, EventArgs e)
        {
            Process.Start("explorer", txtOutputPath.Text);
        }