예제 #1
0
파일: Proxy.cs 프로젝트: gilind/workshop
        protected Proxy(string name, IElement reference, bool lockReference)
            : base(name)
        {
            _reference     = reference;
            _lockReference = lockReference;

            Reference.AttachLink(this, LockReference);
        }