Exemplo n.º 1
0
 public void RemoveEvent(ImoetAction ImoetDelegate)
 {
     m_list.Remove(ImoetDelegate);
 }
Exemplo n.º 2
0
 public void AddEvent(ImoetAction ImoetDelegate)
 {
     m_list.Add(ImoetDelegate);
 }