예제 #1
0
 public Delete(tree t)
 {
     this.tre = t;
     InitializeComponent();
 }
 public frmDisplay(tree t)
 {
     this.tr = t;
     InitializeComponent();
 }
 public SecondForm(tree t)
 {
     this.tr = t;
     InitializeComponent();
 }
예제 #4
0
 public Search(tree t)
 {
     this.tre = t;
     InitializeComponent();
 }