コード例 #1
0
 public ReceiveDataThread(Model model)
 {
     this.model = model;
 }
コード例 #2
0
 public RefreshFormThread(Form1 form, Model model)
 {
     this.form = form;
       this.model = model;
 }