示例#1
0
 public void CtlSetTxt(Control control, params object[] value)
 {
     _ObjectHelper.ControlSetText(control, value);
 }