Exemplo n.º 1
0
        public DesktopMouseHoverElementImpl(IconInteractionUtility iconInteractionUtility)
        {
            this.iconInteractionUtility = iconInteractionUtility;
            MemoryManager memMan = new MemoryManagerImpl(false);

            this.desktopMemoryCharacter = new DesktopMemoryCharacterImpl(memMan);
        }
Exemplo n.º 2
0
 public PositionImpl(DesktopMemoryCharacter memoryCharacter)
 {
     this.desktopMemoryCharacter = memoryCharacter;
     InitializeBodyParts();
 }