Exemplo n.º 1
0
        protected override object AddNewCore()
        {
            IGroupIdentification identification1 = new GroupIdentification();

            base.Add(identification1);
            return(identification1);
        }
        protected override object AddNewCore()
        {
            IGroupIdentification groupIdentification = new GroupIdentification();

            Add(groupIdentification);

            // Not necessary to hook up event handlers, base class calls InsertItem

            return(groupIdentification);
        }