Пример #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     if (Gfunc.InitSystem() == 1)
     {
         this.tbText.Text =
             Gattr.BranchNo + " = 分支\r\n" +
             Gattr.PosId + " = PosId\r\n" +
             Gattr.WebPosServicePath + " = serviceFileName \r\n" +
             Gattr.HttpAddress;
     }
 }