Exemplo n.º 1
0
 private void buttonPrev_Click(object sender, EventArgs e)
 {
     if (activeDocument == null)
     {
         return;
     }
     activeDocument.PrevStep();
 }
Exemplo n.º 2
0
 public override void PreviousStep()
 {
     doc.PrevStep();
 }