WPF реализация

This commit is contained in:
Roman Pytkov
2026-06-04 22:02:15 +03:00
parent 85e9092d14
commit f9da101c4a
17 changed files with 521 additions and 4 deletions

11
.vscode/launch.json vendored
View File

@@ -12,6 +12,17 @@
"console": "integratedTerminal",
"stopAtEntry": false
},
{
"name": "WPF (Debug)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-wpf",
"program": "${workspaceFolder}/src/Sms.TaskTwo.Wpf/bin/Debug/net8.0-windows/Sms.TaskTwo.Wpf.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Sms.TaskTwo.Wpf/bin/Debug/net8.0-windows",
"console": "integratedTerminal",
"stopAtEntry": false
},
{
"name": "Attach",
"type": "coreclr",