apm (asynchronous programming model)

This commit is contained in:
2023-02-07 13:54:42 +09:00
parent 83eb754bbf
commit cb8fba64b1
7 changed files with 182 additions and 0 deletions

10
APM/Client/Client.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>