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

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