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

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

            _EditProfile.Show();
        }