Multi form entry

This commit is contained in:
2023-04-01 13:02:33 -07:00
parent 3884ce824a
commit d3794bf9cc
2 changed files with 51 additions and 28 deletions

2
.vscode/launch.json vendored
View File

@ -198,7 +198,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Person/bin/Debug/net7.0/win-x64/Person.dll",
"program": "${workspaceFolder}/Person/bin/Debug/net6.0/Person.dll",
"args": [
"s"
],