lu
2025-04-17 7f4176da59120413f62a25f3db656e0e36788f99
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)