示例#1
0
 public ThanksMessage()
 {
     _thanksMessageFile = new SelfDeletingFile(ThanksMessageFile, MAX_LINE_COUNT, MAX_TIME);
 }
示例#2
0
 public OtherMessage()
 {
     _otherMessageFile = new SelfDeletingFile(OtherMessageFile, MAX_LINE_COUNT, MAX_TIME);
 }
示例#3
0
 public PlayMessage()
 {
     _playMessageFile = new SelfDeletingFile(PlayMessageFile, 10, MAX_TIME);
 }