示例#1
0
 public void Dispose()
 {
     OnDispose();
     mTypeEventSystem.UnRegisterEvent <TCommand>(OnCommandExecute);
     mTypeEventSystem.Clear();
     Container.Clear();
     Container = null;
 }