Ejemplo n.º 1
0
        protected override void ProcessRecord()
        {
            DtAddXmlDataEntryCommand command =
                new DtAddXmlDataEntryCommand(this);

            command.Execute();
        }
Ejemplo n.º 2
0
 protected override void ProcessRecord()
 {
     DtAddXmlDataEntryCommand command =
         new DtAddXmlDataEntryCommand(this);
     command.Execute();
 }