Exemple #1
0
 public folderSelector(CustomOrders customOrders, string initialFolder)
 {
     InitializeComponent();
     parentForm     = (CustomOrders)this.Owner;
     parentForm     = customOrders;
     comboBox1.Text = initialFolder;
 }
Exemple #2
0
 public getOrders(CustomOrders customOrders)
 {
     InitializeComponent();
     parentForm = (CustomOrders)this.Owner;
     parentForm = customOrders;
 }