private void button2_Click(object sender, EventArgs e) { BrandName bn = new BrandName(this); bn.Show(); this.Hide(); }
public Customer(BrandName bs) { this.bs = bs; InitializeComponent(); }