예제 #1
0
파일: acc.cs 프로젝트: amal2016/hospital
 private void button1_Click(object sender, EventArgs e)
 {
     allbillacc all = new allbillacc();
     this.Hide();
     all.ShowDialog();
     this.Close();
 }
예제 #2
0
파일: acc.cs 프로젝트: amal2016/hospital
        private void button1_Click(object sender, EventArgs e)
        {
            allbillacc all = new allbillacc();

            this.Hide();
            all.ShowDialog();
            this.Close();
        }