Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            BrandName bn = new BrandName(this);

            bn.Show();
            this.Hide();
        }
Example #2
0
 public Customer(BrandName bs)
 {
     this.bs = bs;
     InitializeComponent();
 }