コード例 #1
0
 public void takeRef(Form8 temp)
 {
     this.temp = temp;
 }
コード例 #2
0
 public Form9(int id, Form8 temp)
 {
     InitializeComponent();
     this.emp_Id = id;
     this.temp   = temp;
 }