private void senderClick(object sender, EventArgs e) { Messaging.textMessage = this.messageText.Text; _send.SendSMS(_dt, _config); this.Close(); }