예제 #1
0
        private void btn_Add_Click(object sender, EventArgs e)
        {
            //Create the Add_Account object and pass in the parent form (this)
            Add_Account Add_Account = new Add_Account(this);

            Add_Account.Show();
        }
예제 #2
0
 private void btn_Add_Click(object sender, EventArgs e)
 {
     //Create the Add_Account object and pass in the parent form (this)
     Add_Account Add_Account = new Add_Account(this);
     Add_Account.Show();
 }