WinQuuey by magicdawn

<PackageReference Include="WinQuuey" Version="1.0.0" />

 WinQuuey 1.0.0

WinForm下的jQuery实现,可以像jquery操作div一样,用WinQuery操作Control

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>WinQuuey</id>
    <version>1.0.0</version>
    <title>WinQuery</title>
    <authors>magicdawn</authors>
    <owners>Magicdawn</owners>
    <projectUrl>https://code.csdn.net/magicdawn/winquery</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>WinForm下的jQuery实现,可以像jquery操作div一样,用WinQuery操作Control</description>
    <releaseNotes>puts in NuGet</releaseNotes>
    <copyright>magicdawn</copyright>
    <language>zh-CN</language>
    <tags>winform jquery control</tags>
  </metadata>
</package>