Inserting.cs 896 B

1234567891011121314151617181920
  1. 
  2. namespace UFIDA.U9.Cust.Kusi.CJJ.Plugin.BE.BarCodeUsed
  3. {
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Text;
  7. using UFIDA.U9.Base;
  8. using UFSoft.UBF.Business;
  9. public partial class Inserting : UFSoft.UBF.Eventing.IEventSubscriber
  10. {
  11. void UFSoft.UBF.Eventing.IEventSubscriber.Notify(object[] args)
  12. {
  13. this.Do_Notify(args);
  14. }
  15. }
  16. }