예제 #1
0
 public void Redo()
 {
     if (CurCanv != null && _Value != null)
     {
         CurCanv.AddVisual(_Value);
     }
 }