private void readCustomerAccountListToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ReadCustomerAccountList nextForm = new ReadCustomerAccountList();
     nextForm.ShowDialog();
 }
예제 #2
0
        private void readCustomerAccountListToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReadCustomerAccountList nextForm = new ReadCustomerAccountList();

            nextForm.ShowDialog();
        }