public EF(ushort ID, IISO7816Card owner, DF parent) { id = ID; this.owner = owner; this.parent = parent; parent.Childs.Add(this); owner.ObjectChanged(this, ChangeType.Created); AC = owner.CreateAC(this); SM = owner.CreateSM(this); }
public BSO(ushort ID, IISO7816Card owner, DF parent) { id = ID; this.owner = owner; this.parent = parent; Blocked = false; options = new byte[8]; parent.Childs.Add(this); owner.ObjectChanged(this, ChangeType.Created); AC = owner.CreateAC(this); SM = owner.CreateSM(this); }