EventMailWriter.cs 228 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Aitex.Core.RT.Event
  6. {
  7. class EventMailWriter
  8. {
  9. public void WriteEvent(EventItem ev)
  10. {
  11. }
  12. }
  13. }