Beispiel #1
0
 static ChatManager()
 {
     wordsQueue = ChatStore.Read();
     timer      = new Timer(onTimer, null, 3 * 60 * 1000 /*ms*/, 3 * 60 * 1000 /*ms*/);
 }