示例#1
0
        public void Unload()
        {
            Chat.Unload();

            Alex.Services.GetRequiredService <IEventDispatcher>().UnregisterEvents(_tipPopupComponent);
        }
示例#2
0
 public void Unload()
 {
     Chat.Unload();
 }