Пример #1
0
 public IQCEventJob NewJob(QCEvent e)
 {
     return(NewJobImpl(e as T));
 }