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