Ejemplo n.º 1
0
        public String getTask()
        {
            String     new_task = "";
            upsWebAPIs upsapi   = new upsWebAPIs();

            new_task = upsapi.getTask("A");
            return(new_task);
        }
        public String getTask()
        {
            String     new_task = "";
            upsWebAPIs upsapi   = new upsWebAPIs();

            new_task = upsapi.getTask(getTaskTxt.Text.ToString().Trim() + "/" + workStationTxt.Text.ToString().Trim());
            return(new_task);
        }
        public String getTask()
        {
            String     new_task = "";
            upsWebAPIs upsapi   = new upsWebAPIs();

            new_task = upsapi.getTask(comboBox1.Text.ToString());
            return(new_task);
        }