示例#1
0
 public void EditWinFormButtonProperty(
     string buttonName,
     string propertyName,
     string propertyValue,
     string propertyTypeName = null
     ) =>
 _editorInProc.EditWinFormButtonProperty(
     buttonName,
     propertyName,
     propertyValue,
     propertyTypeName
     );