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