Exemple #1
0
        void mnuEditMyProfile_Click(object sender, EventArgs e)
        {
            EditProfile _EditProfile = new EditProfile();

            _EditProfile.Show();
            //throw new NotImplementedException();
        }
Exemple #2
0
        void mnuEditMyProfile_Click(object sender, EventArgs e)
        {
            EditProfile _EditProfile = new EditProfile();

            _EditProfile.Show();
        }