Exemple #1
0
 public void Redo()
 {
     if (areaControl != null)
     {
         areaControl.Redo();
     }
 }