Exemplo n.º 1
0
 public ILayerDragDropHandler(ILayerWrapper data)
    : base(data)
 {
    this.layer = data;
 }
Exemplo n.º 2
0
      public SetCurrentLayerCommand(ILayerWrapper newActiveLayer)
      {
         Throw.IfNull(newActiveLayer, "newActiveLayer");

         this.newCurrentLayer = newActiveLayer;
      }