示例#1
0
 public void RemoveEvent(ImoetAction ImoetDelegate)
 {
     m_list.Remove(ImoetDelegate);
 }
示例#2
0
 public void AddEvent(ImoetAction ImoetDelegate)
 {
     m_list.Add(ImoetDelegate);
 }