public void setPeekData(ModelPeekThread peekThread) { this.PeekThread = peekThread; }
public ModelThread(ModelPeekThread peekThread, string text) { this.PeekThread = peekThread; this.Texts = text; }