예제 #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();
        }