예제 #1
0
 private void menuItemChangeAuthKey_Click(object sender, EventArgs e)
 {
     authKeyForm                         = new PubnubChangeAuthKey();
     authKeyForm.OldAuthKey              = pubnub.AuthenticationKey;
     authKeyForm.ChangeAuthKeySubmitted += new EventHandler(authKeyForm_ChangeAuthKeySubmitted);
     authKeyForm.Show();
 }
예제 #2
0
 private void menuItemChangeAuthKey_Click(object sender, EventArgs e)
 {
     authKeyForm = new PubnubChangeAuthKey();
     authKeyForm.OldAuthKey = pubnub.AuthenticationKey;
     authKeyForm.ChangeAuthKeySubmitted += new EventHandler(authKeyForm_ChangeAuthKeySubmitted);
     authKeyForm.Show();
 }