コード例 #1
0
 public Delete(tree t)
 {
     this.tre = t;
     InitializeComponent();
 }
コード例 #2
0
 public frmDisplay(tree t)
 {
     this.tr = t;
     InitializeComponent();
 }
コード例 #3
0
 public SecondForm(tree t)
 {
     this.tr = t;
     InitializeComponent();
 }
コード例 #4
0
 public Search(tree t)
 {
     this.tre = t;
     InitializeComponent();
 }