Ejemplo n.º 1
0
 protected void Unnamed_Click(object sender, EventArgs e)
 {
     string ip = i.Text.Trim();
     string un = u.Text.Trim();
     string pw = p.Text.Trim();
     string da = GetData();
     BLL.UnameAndPwd up = new BLL.UnameAndPwd(un, pw);
     BLL.Test test = new BLL.Test();
     r.InnerText = test.PostTestData(up, "临床检验数据", da);
 }
Ejemplo n.º 2
0
        protected void Unnamed_Click(object sender, EventArgs e)
        {
            string ip = i.Text.Trim();
            string un = u.Text.Trim();
            string pw = p.Text.Trim();
            string da = GetData();

            BLL.UnameAndPwd up   = new BLL.UnameAndPwd(un, pw);
            BLL.Test        test = new BLL.Test();
            r.InnerText = test.PostTestData(up, "临床检验数据", da);
        }
Ejemplo n.º 3
0
 private void button1_Click(object sender, EventArgs e)
 {
     BLL.Test test = new BLL.Test();
     test.test();
 }