Skip to content

Commit

Permalink
Update how-to-add.md (#1832)
Browse files Browse the repository at this point in the history
Change "In in" to "As in"
  • Loading branch information
benjsmyth authored Jun 11, 2024
1 parent f8b1353 commit 6070f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-desktop-guide/net/winforms/forms/how-to-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once the form has been added, Visual Studio opens the form designer for the form

If you have the source files to a form, you can add the form to your project by copying the files into the same folder as your project. The project automatically references any code files that are in the same folder or child folder of your project.

Forms are made up of two files that share the same name: _form2.cs_ (_form2_ being an example of a file name) and _form2.Designer.cs_. Sometimes a resource file exists, sharing the same name, _form2.resx_. In in the previous example, _form2_ represents the base file name. You'll want to copy all related files to your project folder.
Forms are made up of two files that share the same name: _form2.cs_ (_form2_ being an example of a file name) and _form2.Designer.cs_. Sometimes a resource file exists, sharing the same name, _form2.resx_. As in the previous example, _form2_ represents the base file name. You'll want to copy all related files to your project folder.

Alternatively, you can use Visual Studio to import a file into your project. When you add an existing file to your project, the file is copied into the same folder as your project.

Expand Down

0 comments on commit 6070f12

Please sign in to comment.