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