Compare commits
3 Commits
fb4231a0b5
...
2ebfd69b60
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ebfd69b60 | |||
| 52e1ccefc5 | |||
| 5ff1072425 |
@@ -26,6 +26,14 @@ namespace Cowain.Bake.Main.Station
|
||||
{
|
||||
_unityContainer = unityContainer;
|
||||
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
|
||||
TestGit(1,2);
|
||||
TestGit(1, 21);
|
||||
}
|
||||
|
||||
//求最大值
|
||||
public int TestGit(int a, int b)
|
||||
{
|
||||
return a > b ? a : b;
|
||||
}
|
||||
|
||||
// 心跳
|
||||
|
||||
Reference in New Issue
Block a user