Ejemplo n.º 1
0
		public virtual bool OnInit2()
        {
			PostManifestUpdate();

			m_threadPinger = new Threads.Pinger();
			m_threadPenalities = new Threads.Penalities();
			m_threadManifest = new Threads.Manifest();

            return true;
        }
Ejemplo n.º 2
0
		public Pinger()
		{
			Instance = this;
		}
Ejemplo n.º 3
0
 public Pinger()
 {
     Instance = this;
 }