Exemple #1
0
 public void AddDaemon(Daemon daemon)
 {
     m_DaemonList.Add(daemon);
     daemon.Init();
 }