コード例 #1
0
 public ServiceEvent(IEventLogs iEventLogs)
 {
     this.iEventLogs = iEventLogs;
 }
コード例 #2
0
 public EventLogs(IEventLogs iEventLogs)
 {
     this.iEventLogs = iEventLogs;
     ListEventLogs   = new List <Event>();
 }