private void btnResult_Click(object sender, EventArgs e) { OxoCore.Session.output = txtOutput.Text; using (frmResult result = new frmResult(OxoCore.ListUndetectedIntervals())) { RangeOptions(result); } }
private void ShowResults() { using (frmResult result = new frmResult(AutoProcess.Singatures)) _parent.RangeOptions(result); }