public void Run( VgcApis.Interfaces.Services.IApiService api, Services.Settings settings, Services.LuaServer luaServer) { this.settings = settings; this.luaServer = luaServer; this.luaCoreCtrl = CreateLuaCoreCtrl(settings, api); InitControls(); BindEvents(); ReloadScriptName(); rtboxFreezer = new VgcApis.Libs.Views.RepaintController(rtboxOutput); logUpdater.Run(); #if DEBUG if (cboxScriptName.Items.Count > 0) { cboxScriptName.SelectedIndex = 0; } #endif }
private void FormSingleServerLog_Load(object sender, EventArgs e) { logUpdater.Run(); repaintCtrl = new VgcApis.Libs.Views.RepaintController(rtBoxLogger); }