1.测试VS与Git的使用方式1first commit
This commit is contained in:
@@ -26,6 +26,14 @@ namespace Cowain.Bake.Main.Station
|
|||||||
{
|
{
|
||||||
_unityContainer = unityContainer;
|
_unityContainer = unityContainer;
|
||||||
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
|
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
|
||||||
|
TestGit(1,2);
|
||||||
|
TestGit(1, 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
//求最大值
|
||||||
|
public int TestGit(int a, int b)
|
||||||
|
{
|
||||||
|
return a > b ? a : b;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 心跳
|
// 心跳
|
||||||
|
|||||||
Reference in New Issue
Block a user