public void Init(PluginInitContext context) { context.API.StartLoadingBar(); _todos = new Todos(context); _isReloaded = false; context.API.StopLoadingBar(); }
public void Init(PluginInitContext context) { _todos = new Todos(context, _setting); }
public Help(Todos todos, Query query) { Todos = todos; Query = query; }