.NET Standard 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Creating a WPF-based application to use the library 

Now, in this recipe, let's add a Windows Presentation Foundation (WPF)-based application to the solution and use the class library created in a previous recipe. WPF is the shortened name for Windows Presentation Foundation. The purpose of this recipe is to demonstrate how to share a library within the different .NET-based applications.