- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 86字
- 2025-04-04 16:57:48
Creating a classic Windows-based application to use the library
So far, from the previous recipe, we have created a blank solution and a class library that uses the full .NET Framework. In this recipe, let's create a classic Windows Forms application that uses the class library created in the previous recipe. We are going to build a Windows form that takes a name using a text box and a button, and that triggers the public method we have created in the class library.