示例#1
0
 private void RedoClick(object sender, EventArgs e)
 {
     if (f != null && fit.CanRedo)
     {
         fit.Redo();
         UpdateForm();
     }
 }