Esempio n. 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            BrandName bn = new BrandName(this);

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