mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
refactor: Remove Server argument in IModeController.Start
This commit is contained in:
@@ -23,10 +23,9 @@ namespace Netch.Controllers
|
||||
/// <summary>
|
||||
/// 启动
|
||||
/// </summary>
|
||||
/// <param name="s">服务器</param>
|
||||
/// <param name="mode">模式</param>
|
||||
/// <returns>是否启动成功</returns>
|
||||
public bool Start(Server s, Mode mode)
|
||||
public bool Start(Mode mode)
|
||||
{
|
||||
RecordPrevious();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user