fqc
lu
2025-04-14 9ef74b7a500c2a40cdbfc0632867764938e1f2f5
DevApp/Gs.DevApp/DevFrm/WW/SelectWwPc.cs
@@ -1,21 +1,15 @@
using DevExpress.XtraEditors;
using Gs.DevApp.ToolBox;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Gs.DevApp.UserControl
{
    public partial class SelectWwPc : DevExpress.XtraEditors.XtraForm
    {
        private readonly string _webServiceName = "WWPCManager/";
        private string lineId = "";
        public SelectWwPc(string _lineId)