Ejemplo n.º 1
0
        public FrmLogin()
        {
            InitializeComponent();
            string ws = ConfigurationManager.AppSettings["WSAddress"].ToString();

            webService = new KGMWebService.GmWebServletClient("GmWebServletImplPort", ws);
            LoadLogin();
        }
Ejemplo n.º 2
0
        public DataProcess()
        {
            this.sourceFileName = "";
            this.verifyCode     = "";
            string ws = ConfigurationManager.AppSettings["WSAddress"].ToString();

            webService = new KGMWebService.GmWebServletClient("GmWebServletImplPort", ws);
            isAdult    = true;
        }