Ejemplo n.º 1
0
 public LockPassword(MasterLock Master, string Name)
     : base(Master, Name)
 {
 }
Ejemplo n.º 2
0
 /* protected ILockUI GetUI()
 {
     if (_UI == null)
     {
         _UI = _Master.GetUIFor(this.Name);
     }
     return _UI;
 }*/
 public BaseLock(MasterLock Master, string Name)
 {
     _Master = Master;
     _Name = Name;
 }
Ejemplo n.º 3
0
 public LockPassword(MasterLock Master, string Name)
     : base(Master, Name)
 {
 }
Ejemplo n.º 4
0
 public LockSID(MasterLock Master, string Name)
     : base(Master, Name)
 {
 }
Ejemplo n.º 5
0
 public LockSID(MasterLock Master, string Name)
     : base(Master, Name)
 {
 }
Ejemplo n.º 6
0
        /* protected ILockUI GetUI()
         * {
         *   if (_UI == null)
         *   {
         *       _UI = _Master.GetUIFor(this.Name);
         *   }
         *   return _UI;
         * }*/

        public BaseLock(MasterLock Master, string Name)
        {
            _Master = Master;
            _Name   = Name;
        }