Beispiel #1
0
        private IUpdateEvent LoadHandler(ref EventArgs ea, IDictionary <string, object> globals)
        {
            ILoadEvent evt = (ILoadEvent)ea;

            ea = null;
            runtime.AddChatsAsync(evt.GetChats());
            return(null);
        }