Esempio n. 1
0
        private void userProfileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            UserProfileFRM locObject = new UserProfileFRM();

            locObject.MdiParent = this;
            locObject.Show();
        }
 public UserRoleFRM(UserProfileFRM objusrPro)
 {
     ObjUserProfile = objusrPro;
     InitializeComponent();
 }