Exemplo n.º 1
0
        protected override void CloneProperties(Brainiac.Design.Events.Event newevent)
        {
            base.CloneProperties(newevent);

            FocusDestroyed evnt = (FocusDestroyed)newevent;

            evnt._type = _type;
        }
Exemplo n.º 2
0
        protected override void CloneProperties(Attachment newattach)
        {
            base.CloneProperties(newattach);

            FocusDestroyed evnt = (FocusDestroyed)newattach;

            evnt._type = _type;
        }