예제 #1
0
파일: MainScreen.cs 프로젝트: Ta99ya/GaRaGe
        private void setting_button_Click(object sender, EventArgs e)
        {
            Personal_card FormPersonal = new Personal_card();

            FormPersonal.ShowDialog(this);
        }
예제 #2
0
파일: MainScreen.cs 프로젝트: Ta99ya/GaRaGe
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Personal_card FormPersonal = new Personal_card();

            FormPersonal.ShowDialog(this);
        }