コード例 #1
0
ファイル: Profile.cs プロジェクト: CMRL/ART_v5_1
        // This function open up windows for for new Creating a New Profile
        private void btnNewProfileOption_Click(object sender, EventArgs e)
        {
            ButtonPressed = "New";
            Form NewProfileFrm = new NewOrEditProfile(this);

            NewProfileFrm.ShowDialog();
        }
コード例 #2
0
ファイル: Profile.cs プロジェクト: bolabola/ART_v5_1
        // This function open up windows for for new Creating a New Profile
        private void btnNewProfileOption_Click(object sender, EventArgs e)
        {
            ButtonPressed = "New";
            Form NewProfileFrm = new NewOrEditProfile(this);

            NewProfileFrm.ShowDialog();
        }