コード例 #1
0
ファイル: FocusDestroyed.cs プロジェクト: yuka800/lop-lib
        protected override void CloneProperties(Brainiac.Design.Events.Event newevent)
        {
            base.CloneProperties(newevent);

            FocusDestroyed evnt = (FocusDestroyed)newevent;

            evnt._type = _type;
        }
コード例 #2
0
        protected override void CloneProperties(Attachment newattach)
        {
            base.CloneProperties(newattach);

            FocusDestroyed evnt = (FocusDestroyed)newattach;

            evnt._type = _type;
        }