예제 #1
0
 protected void Button3_Click(object sender, EventArgs e)
 {
     string phone = StringPlus.ToDBC(phonenumber.Text.Trim()).ToUpper();
     Maticsoft.BLL.ReciveMsgBLL bll = new Maticsoft.BLL.ReciveMsgBLL();
     string msg = bll.GetExchangeMsg(phone,  HtCustomer, HtCode);
     Show();
 }
예제 #2
0
 private string GetExchangeMsg(string phonenumber, Hashtable HtCustomer, Hashtable HtCode)
 {
     Maticsoft.BLL.ReciveMsgBLL bll = new Maticsoft.BLL.ReciveMsgBLL();
     string msg = bll.GetExchangeMsg(phonenumber, HtCustomer, HtCode);
     return msg;
 }