Exemplo n.º 1
0
        private void button3_Click_1(object sender, EventArgs e)
        {
            FrmAccount f = new FrmAccount();

            f.Show();
        }
Exemplo n.º 2
0
        // End btnSave Handlers

        // Start btnAccount Handlers
        private void BtnAccount_Click(object sender, EventArgs e)
        {
            FrmAccount account = new FrmAccount();

            account.ShowDialog();
        }