Exemplo n.º 1
0
 public void Init(PluginInitContext context)
 {
     context.API.StartLoadingBar();
     _todos      = new Todos(context);
     _isReloaded = false;
     context.API.StopLoadingBar();
 }
Exemplo n.º 2
0
 public void Init(PluginInitContext context)
 {
     _todos = new Todos(context, _setting);
 }
Exemplo n.º 3
0
 public Help(Todos todos, Query query)
 {
     Todos = todos;
     Query = query;
 }