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

         this.newCurrentLayer = newActiveLayer;
      }