예제 #1
0
파일: Menu.cs 프로젝트: TimWilms/AlphaMon
        private void ProfileP2_Click(object sender, EventArgs e)
        {
            ProfileForm ProfileP2 = new ProfileForm(userdataP2);

            ProfileP2.Show();
        }
예제 #2
0
파일: Menu.cs 프로젝트: TimWilms/AlphaMon
        private void ProfileP1_Click(object sender, EventArgs e)
        {
            ProfileForm ProfileP1 = new ProfileForm(userdataP1);

            ProfileP1.Show();
        }