Example #1
0
 protected void ButtonUpdate_Click(object sender, EventArgs e)
 {
     try {
         LableResults.Text = SlackEvePing.UpdateUserInfo(TextBoxSlackID.Text, TextBoxPingKeyID.Text, TextBoxPingvCode.Text, DropDownKeyType.Text);
     } catch (Exception) {
     }
 }
Example #2
0
 public string UpdateUserInfo(string slack_UserID, string ping_KeyID, string ping_vCode, string keytype)
 {
     return(SlackEvePing.UpdateUserInfo(slack_UserID, ping_KeyID, ping_vCode, keytype));
 }