示例#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();
        }