public ServiceContiner() { TodoActions = new(); TimeActions = new(); GroupActions = new(); MemoryActions = new(); LocationActions = new(); AssistantActions = new(); AssistantActions.Ini(false); TimeActions.Ini(false); TodoActions.Ini(false); GroupActions.Ini(false); MemoryActions.Ini(false); LocationActions.Ini(false); }
static Memory() { Create += CreateObj; Remove += RemoveObj; }