添加Lesson22

This commit is contained in:
2025-09-17 09:49:32 +08:00
parent 4cf9bb6c97
commit 839ff77b59
5 changed files with 231 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson22_面向对象相关_万物之父中的方法练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>