示例#1
0
文件: Form1.cs 项目: RabbitRu/labppo1
 private void UndoButton_Click(object sender, EventArgs e)
 {
     rcv.Undo(dt);
     UpdateTree();
 }