Exemple #1
0
 public void setPeekData(ModelPeekThread peekThread)
 {
     this.PeekThread = peekThread;
 }
Exemple #2
0
 public ModelThread(ModelPeekThread peekThread, string text)
 {
     this.PeekThread = peekThread;
     this.Texts      = text;
 }