CTaskBookEvent.cs 327 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Pms.UserEvent.TaskBookEvent
  7. {
  8. public class CTaskBookEvent
  9. {
  10. public CTaskBookEvent()
  11. {
  12. //Behavior_60010 sBehavior_60010 = new Behavior_60010();
  13. }
  14. }
  15. }