fqc
lu
2025-04-14 6db62ddd8db0a54afa15e06bb554950069e3859a
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)