示例#1
0
文件: Form2.cs 项目: webguru071/HMS
        private void button3_Click_1(object sender, EventArgs e)
        {
            total_accounts total = new total_accounts();

            total.Show();
        }
示例#2
0
文件: Form2.cs 项目: webguru071/HMS
        private void dAILYToolStripMenuItem_Click(object sender, EventArgs e)
        {
            total_accounts ta = new total_accounts();

            ta.Show();
        }