xj qian
2024-07-17 961b8ca44057298551291ca4d14280a0ac7bc753
jrj/project/business/SystemSettings/AddUser.cpp
@@ -138,8 +138,7 @@
   int ClearItem(xstring item)
   {
      control xc = new control;
      xc.setNativePointer(GetControl(item));
      xcontrol xc =GetControl(item);
      xc.SetText(L"");
      return 1;
   }
@@ -191,8 +190,7 @@
   }
   int SetItem(xstring value, xstring item) {
      control xc = new control;
      xc.setNativePointer(GetControl(item));
      xcontrol xc = GetControl(item);
      xc.SetText(value);
      return 1;
   }