コード例 #1
0
 private void buttonSingleStep_Click(object sender, EventArgs e)
 {
     StepExecution stepExecution = new StepExecution();
     stepExecution.ExecuteStep(0);
 }
コード例 #2
0
 private void buttonQuickStep_Click(object sender, EventArgs e)
 {
     StepExecution stepExecution = new StepExecution();
     stepExecution.ExecuteStep(1);
     // stepExecution.DrawRects();
 }