예제 #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);
 }