Exemplo n.º 1
0
 private static void CreateGhost(ICreateGhost action,
                                 IShapeSource shapeSource, bool undo)
 {
     if (undo)
     {
         shapeSource.ResetGhost();
     }
     else
     {
         shapeSource.SetNewShape(action.Data);
     }
 }