1.测试VS与Git的使用方式1first commit

This commit is contained in:
2026-02-27 14:39:56 +08:00
parent d330cfbca7
commit 5ff1072425
2 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,14 @@ namespace Cowain.Bake.Main.Station
{
_unityContainer = unityContainer;
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
TestGit(1,2);
TestGit(1, 2);
}
//求最大值
public int TestGit(int a, int b)
{
return a > b ? a : b;
}
// 心跳

0
README.md Normal file
View File