Esempio n. 1
0
        private void UpdateMyInfo()
        {
            UpdateUserInfoForm form = new UpdateUserInfoForm(this.rapidPassiveEngine, this.globalUserCache, this.globalUserCache.CurrentUser);

            form.UserInfoChanged += new CbGeneric <GGUser>(form_UserInfoChanged);
            form.TopMost          = true;
            form.Show();
            form.TopMost = false;
        }
Esempio n. 2
0
 private void UpdateMyInfo()
 {
     UpdateUserInfoForm form = new UpdateUserInfoForm(this.rapidPassiveEngine, this.globalUserCache, this.globalUserCache.CurrentUser);
     form.UserInfoChanged += new CbGeneric<GGUser>(form_UserInfoChanged);
     form.TopMost = true;
     form.Show();
     form.TopMost = false;
 }