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