コード例 #1
0
 public FormSearch(FormMain owner)
 {
     InitializeComponent();
     this.Owner = owner;
     Main       = this.Owner as FormMain;
 }