private void toolStripChartOfAccounts_Click(object sender, EventArgs e) { ChartsOfAccounts accountsChart = new ChartsOfAccounts(); accountsChart.Owner = this; accountsChart.ShowDialog(); }
private void chartOfAccountsToolStripMenuItem_Click_1(object sender, EventArgs e) { ChartsOfAccounts chartsOfAccounts = new ChartsOfAccounts(); chartsOfAccounts.ShowDialog(); }
private void toolStripMenuItem13_Click(object sender, EventArgs e) { ChartsOfAccounts chartsofaccount = new ChartsOfAccounts(); chartsofaccount.ShowDialog(); }