Extended WPF Toolkit - How to add reference to project?

前端 未结 5 1914
醉酒成梦
醉酒成梦 2021-01-31 10:12

I am new to WPF. I want to use datetime picker. I have downloaded the \"Extended WPF Toolkit - 1.9.0\" from below site.

http://wpftoolkit.codeplex.com/releases/view/9697

5条回答
  •  臣服心动
    2021-01-31 11:15

    If you want to stick to the method you are currently using, right-click on your project then choose Add Reference. Go to Browse and locate the dlls you downloaded.

    or

    Download NuGet here. It's much easier to install third-party libraries.

提交回复
热议问题